Html Css Color HEX #42CD18 Kelly Green

📋 copy color: '#42CD18'

red 66 ◦ green 205 ◦ blue 24

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

Shades of Kelly Green #42CD18

Tints of Kelly Green #42CD18

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.49%

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

R = 22.37%
G = 69.49%
B = 8.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#42CD18 (or 0x42CD18) is known color: Kelly Green. HEX triplet: 42, CD and 18. RGB value is (66,205,24). Sum of RGB (Red+Green+Blue) = 66+205+24=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CD18 is #BD32E7. Grayscale: #8F8F8F. Windows color (decimal): -12399336 or 1625410. OLE color: 1625410.

HSL color Cylindrical-coordinate representation of color #42CD18: hue angle of 106.08º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42CD18 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 24 -
CMYK 0.68 0 0.88 0.20
HSL 106.08º 0.79% 0.45% -
HSV(B) 106.08º 0.88% 0.8% -
XYZ 24.24 44.89 8.25 -
YUV 142.81 60.95 73.22 -
System Red Green Blue C M Y K H S L
Decimal 66 205 24 0.68 0 0.88 0.20 106.08 0.79 0.45
Hex 42 CD 18 44 0 58 14 6A 4F 2D
Octal 102 315 30 104 0 130 24 152 117 55
Binary 1000010 11001101 11000 1000100 0 1011000 10100 1101010 1001111 101101

Color Harmonies of #42CD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD18

Black with #42CD18

Text Example


Text Example

White with #42CD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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