Html Css Color HEX #42D402 Kelly Green

📋 copy color: '#42D402'

red 66 ◦ green 212 ◦ blue 2

#42D402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #42D402

Tints of Kelly Green #42D402

RGB

 RED value IS 66 (26.17% from 255) = 23.57%

 GREEN value IS 212 (83.2% from 255) = 75.71%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 23.57%
G = 75.71%
B = 0.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42D402 (or 0x42D402) is known color: Kelly Green. HEX triplet: 42, D4 and 02. RGB value is (66,212,2). Sum of RGB (Red+Green+Blue) = 66+212+2=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 212 (83.20% from 255 or 75.71% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 212 - color contains mainly: green. Hex color #42D402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D402 is #BD2BFD. Grayscale: #919191. Windows color (decimal): -12397566 or 185410. OLE color: 185410.

HSL color Cylindrical-coordinate representation of color #42D402: hue angle of 101.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42D402 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 212 2 -
CMYK 0.69 0 0.99 0.17
HSL 101.71º 0.98% 0.42% -
HSV(B) 101.71º 0.99% 0.83% -
XYZ 25.8 48.25 8.01 -
YUV 144.41 47.63 72.08 -
System Red Green Blue C M Y K H S L
Decimal 66 212 2 0.69 0 0.99 0.17 101.71 0.98 0.42
Hex 42 D4 2 45 0 63 11 66 62 2A
Octal 102 324 2 105 0 143 21 146 142 52
Binary 1000010 11010100 10 1000101 0 1100011 10001 1100110 1100010 101010

Color Harmonies of #42D402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D402

Black with #42D402

Text Example


Text Example

White with #42D402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42D402; }

 p { color: rgb(66,212,2); }

 H1.HeaderClassName
 {
   color: #42D402;
 }
 .AnyTagClassName
 {
   color: #42D402;
 }
</style>

background-color css

<style>
 a { background-color: #42D402; }

 a { background-color: rgb(66,212,2); }

 div.DivClassName
 {
   background-color: #42D402;
 }
 .BgClassName
 {
   background-color: #42D402;
 }
</style>

border-color css

<style>
 span { border-color: #42D402; }

 span { border-color: rgb(66,212,2); }

 td.TdClassName
 {
   border-color: #42D402;
 }
 .TagClassName
 {
   border-color: #42D402;
 }
</style>