Html Css Color HEX #CCFE18 Electric Lime

📋 copy color: '#CCFE18'

red 204 ◦ green 254 ◦ blue 24

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

Shades of Electric Lime #CCFE18

Tints of Electric Lime #CCFE18

RGB

 RED value IS 204 (80.08% from 255) = 42.32%

 GREEN value IS 254 (99.61% from 255) = 52.7%

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

R = 42.32%
G = 52.7%
B = 4.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#CCFE18 (or 0xCCFE18) is known color: Electric Lime. HEX triplet: CC, FE and 18. RGB value is (204,254,24). Sum of RGB (Red+Green+Blue) = 204+254+24=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE18 is #3301E7. Grayscale: #D5D5D5. Windows color (decimal): -3342824 or 1638092. OLE color: 1638092.

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

Color convert

RGB 204 254 24 -
CMYK 0.20 0 0.91 0.00
HSL 73.04º 0.99% 0.55% -
HSV(B) 73.04º 0.91% 1% -
XYZ 60.51 83.79 13.85 -
YUV 212.83 21.44 121.7 -
System Red Green Blue C M Y K H S L
Decimal 204 254 24 0.20 0 0.91 0.00 73.04 0.99 0.55
Hex CC FE 18 14 0 5B 0 49 63 37
Octal 314 376 30 24 0 133 0 111 143 67
Binary 11001100 11111110 11000 10100 0 1011011 0 1001001 1100011 110111

Color Harmonies of #CCFE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE18

Black with #CCFE18

Text Example


Text Example

White with #CCFE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE18; }

 p { color: rgb(204,254,24); }

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

background-color css

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

 a { background-color: rgb(204,254,24); }

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

border-color css

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

 span { border-color: rgb(204,254,24); }

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