Html Css Color HEX #42B218 Kelly Green

📋 copy color: '#42B218'

red 66 ◦ green 178 ◦ blue 24

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

Shades of Kelly Green #42B218

Tints of Kelly Green #42B218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 66.42%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 24.63%
G = 66.42%
B = 8.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#42B218 (or 0x42B218) is known color: Kelly Green. HEX triplet: 42, B2 and 18. RGB value is (66,178,24). Sum of RGB (Red+Green+Blue) = 66+178+24=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 178 (69.92% from 255 or 66.42% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 178 - color contains mainly: green. Hex color #42B218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B218 is #BD4DE7. Grayscale: #7F7F7F. Windows color (decimal): -12406248 or 1618498. OLE color: 1618498.

HSL color Cylindrical-coordinate representation of color #42B218: hue angle of 103.64º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42B218 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 24 -
CMYK 0.63 0 0.87 0.30
HSL 103.64º 0.76% 0.4% -
HSV(B) 103.64º 0.87% 0.7% -
XYZ 18.33 33.06 6.28 -
YUV 126.96 69.89 84.52 -
System Red Green Blue C M Y K H S L
Decimal 66 178 24 0.63 0 0.87 0.30 103.64 0.76 0.4
Hex 42 B2 18 3F 0 57 1E 68 4C 28
Octal 102 262 30 77 0 127 36 150 114 50
Binary 1000010 10110010 11000 111111 0 1010111 11110 1101000 1001100 101000

Color Harmonies of #42B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B218

Black with #42B218

Text Example


Text Example

White with #42B218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,178,24); }

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

background-color css

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

 a { background-color: rgb(66,178,24); }

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

border-color css

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

 span { border-color: rgb(66,178,24); }

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