Html Css Color HEX #CCFF18 Electric Lime

📋 copy color: '#CCFF18'

red 204 ◦ green 255 ◦ blue 24

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

Shades of Electric Lime #CCFF18

Tints of Electric Lime #CCFF18

RGB

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

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

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

R = 42.24%
G = 52.8%
B = 4.97%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#CCFF18 (or 0xCCFF18) is known color: Electric Lime. HEX triplet: CC, FF and 18. RGB value is (204,255,24). Sum of RGB (Red+Green+Blue) = 204+255+24=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF18 is #3300E7. Grayscale: #D6D6D6. Windows color (decimal): -3342568 or 1638348. OLE color: 1638348.

HSL color Cylindrical-coordinate representation of color #CCFF18: hue angle of 73.25º 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 #CCFF18 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 24 -
CMYK 0.2 0 0.91 0
HSL 73.25º 1% 0.55% -
HSV(B) 73.25º 0.91% 1% -
XYZ 60.83 84.42 13.95 -
YUV 213.42 21.1 121.28 -
System Red Green Blue C M Y K H S L
Decimal 204 255 24 0.2 0 0.91 0 73.25 1 0.55
Hex CC FF 18 14 0 5B 0 49 64 37
Octal 314 377 30 24 0 133 0 111 144 67
Binary 11001100 11111111 11000 10100 0 1011011 0 1001001 1100100 110111

Color Harmonies of #CCFF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF18

Black with #CCFF18

Text Example


Text Example

White with #CCFF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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