Html Css Color HEX #42BB02 Kelly Green

📋 copy color: '#42BB02'

red 66 ◦ green 187 ◦ blue 2

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

Shades of Kelly Green #42BB02

Tints of Kelly Green #42BB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 73.33%

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

R = 25.88%
G = 73.33%
B = 0.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#42BB02 (or 0x42BB02) is known color: Kelly Green. HEX triplet: 42, BB and 02. RGB value is (66,187,2). Sum of RGB (Red+Green+Blue) = 66+187+2=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BB02 is #BD44FD. Grayscale: #828282. Windows color (decimal): -12403966 or 179010. OLE color: 179010.

HSL color Cylindrical-coordinate representation of color #42BB02: hue angle of 99.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42BB02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 2 -
CMYK 0.65 0 0.99 0.27
HSL 99.24º 0.98% 0.37% -
HSV(B) 99.24º 0.99% 0.73% -
XYZ 20.03 36.7 6.09 -
YUV 129.73 55.91 82.54 -
System Red Green Blue C M Y K H S L
Decimal 66 187 2 0.65 0 0.99 0.27 99.24 0.98 0.37
Hex 42 BB 2 41 0 63 1B 63 62 25
Octal 102 273 2 101 0 143 33 143 142 45
Binary 1000010 10111011 10 1000001 0 1100011 11011 1100011 1100010 100101

Color Harmonies of #42BB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB02

Black with #42BB02

Text Example


Text Example

White with #42BB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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