Html Css Color HEX #CFFA18 Electric Lime

📋 copy color: '#CFFA18'

red 207 ◦ green 250 ◦ blue 24

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

Shades of Electric Lime #CFFA18

Tints of Electric Lime #CFFA18

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.98%

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

R = 43.04%
G = 51.98%
B = 4.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CFFA18 (or 0xCFFA18) is known color: Electric Lime. HEX triplet: CF, FA and 18. RGB value is (207,250,24). Sum of RGB (Red+Green+Blue) = 207+250+24=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA18 is #3005E7. Grayscale: #D4D4D4. Windows color (decimal): -3147240 or 1637071. OLE color: 1637071.

HSL color Cylindrical-coordinate representation of color #CFFA18: hue angle of 71.42º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFFA18 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 24 -
CMYK 0.17 0 0.90 0.02
HSL 71.42º 0.96% 0.54% -
HSV(B) 71.42º 0.9% 0.98% -
XYZ 60.08 81.7 13.47 -
YUV 211.38 22.25 124.88 -
System Red Green Blue C M Y K H S L
Decimal 207 250 24 0.17 0 0.90 0.02 71.42 0.96 0.54
Hex CF FA 18 11 0 5A 2 47 60 36
Octal 317 372 30 21 0 132 2 107 140 66
Binary 11001111 11111010 11000 10001 0 1011010 10 1000111 1100000 110110

Color Harmonies of #CFFA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA18

Black with #CFFA18

Text Example


Text Example

White with #CFFA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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