Html Css Color HEX #42B02B Kelly Green

📋 copy color: '#42B02B'

red 66 ◦ green 176 ◦ blue 43

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

Shades of Kelly Green #42B02B

Tints of Kelly Green #42B02B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.75%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 23.16%
G = 61.75%
B = 15.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#42B02B (or 0x42B02B) is known color: Kelly Green. HEX triplet: 42, B0 and 2B. RGB value is (66,176,43). Sum of RGB (Red+Green+Blue) = 66+176+43=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #42B02B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B02B is #BD4FD4. Grayscale: #808080. Windows color (decimal): -12406741 or 2863170. OLE color: 2863170.

HSL color Cylindrical-coordinate representation of color #42B02B: hue angle of 109.62º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42B02B is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 43 -
CMYK 0.62 0 0.76 0.31
HSL 109.62º 0.61% 0.43% -
HSV(B) 109.62º 0.76% 0.69% -
XYZ 18.21 32.38 7.58 -
YUV 127.95 80.06 83.81 -
System Red Green Blue C M Y K H S L
Decimal 66 176 43 0.62 0 0.76 0.31 109.62 0.61 0.43
Hex 42 B0 2B 3E 0 4C 1F 6E 3D 2B
Octal 102 260 53 76 0 114 37 156 75 53
Binary 1000010 10110000 101011 111110 0 1001100 11111 1101110 111101 101011

Color Harmonies of #42B02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B02B

Black with #42B02B

Text Example


Text Example

White with #42B02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,176,43); }

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

background-color css

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

 a { background-color: rgb(66,176,43); }

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

border-color css

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

 span { border-color: rgb(66,176,43); }

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