Html Css Color HEX #CFFF18 Electric Lime

📋 copy color: '#CFFF18'

red 207 ◦ green 255 ◦ blue 24

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

Shades of Electric Lime #CFFF18

Tints of Electric Lime #CFFF18

RGB

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

 GREEN value IS 255 (100% from 255) = 52.47%

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

R = 42.59%
G = 52.47%
B = 4.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#CFFF18 (or 0xCFFF18) is known color: Electric Lime. HEX triplet: CF, FF and 18. RGB value is (207,255,24). Sum of RGB (Red+Green+Blue) = 207+255+24=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF18 is #3000E7. Grayscale: #D7D7D7. Windows color (decimal): -3145960 or 1638351. OLE color: 1638351.

HSL color Cylindrical-coordinate representation of color #CFFF18: hue angle of 72.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFFF18 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 207 255 24 -
CMYK 0.19 0 0.91 0
HSL 72.47º 1% 0.55% -
HSV(B) 72.47º 0.91% 1% -
XYZ 61.66 84.85 13.99 -
YUV 214.31 20.6 122.78 -
System Red Green Blue C M Y K H S L
Decimal 207 255 24 0.19 0 0.91 0 72.47 1 0.55
Hex CF FF 18 13 0 5B 0 48 64 37
Octal 317 377 30 23 0 133 0 110 144 67
Binary 11001111 11111111 11000 10011 0 1011011 0 1001000 1100100 110111

Color Harmonies of #CFFF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF18

Black with #CFFF18

Text Example


Text Example

White with #CFFF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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