Html Css Color HEX #CFFC18 Electric Lime

📋 copy color: '#CFFC18'

red 207 ◦ green 252 ◦ blue 24

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

Shades of Electric Lime #CFFC18

Tints of Electric Lime #CFFC18

RGB

 RED value IS 207 (81.25% from 255) = 42.86%

 GREEN value IS 252 (98.83% from 255) = 52.17%

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

R = 42.86%
G = 52.17%
B = 4.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#CFFC18 (or 0xCFFC18) is known color: Electric Lime. HEX triplet: CF, FC and 18. RGB value is (207,252,24). Sum of RGB (Red+Green+Blue) = 207+252+24=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC18 is #3003E7. Grayscale: #D5D5D5. Windows color (decimal): -3146728 or 1637583. OLE color: 1637583.

HSL color Cylindrical-coordinate representation of color #CFFC18: hue angle of 71.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFFC18 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 252 24 -
CMYK 0.18 0 0.90 0.01
HSL 71.84º 0.97% 0.54% -
HSV(B) 71.84º 0.9% 0.99% -
XYZ 60.71 82.95 13.68 -
YUV 212.55 21.59 124.04 -
System Red Green Blue C M Y K H S L
Decimal 207 252 24 0.18 0 0.90 0.01 71.84 0.97 0.54
Hex CF FC 18 12 0 5A 1 48 61 36
Octal 317 374 30 22 0 132 1 110 141 66
Binary 11001111 11111100 11000 10010 0 1011010 1 1001000 1100001 110110

Color Harmonies of #CFFC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC18

Black with #CFFC18

Text Example


Text Example

White with #CFFC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC18; }

 p { color: rgb(207,252,24); }

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

background-color css

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

 a { background-color: rgb(207,252,24); }

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

border-color css

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

 span { border-color: rgb(207,252,24); }

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