Html Css Color HEX #CCEA08 Electric Lime

📋 copy color: '#CCEA08'

red 204 ◦ green 234 ◦ blue 8

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

Shades of Electric Lime #CCEA08

Tints of Electric Lime #CCEA08

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.47%

 BLUE value IS 8 (3.52% from 255) = 1.79%

R = 45.74%
G = 52.47%
B = 1.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#CCEA08 (or 0xCCEA08) is known color: Electric Lime. HEX triplet: CC, EA and 08. RGB value is (204,234,8). Sum of RGB (Red+Green+Blue) = 204+234+8=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA08 is #3315F7. Grayscale: #C8C8C8. Windows color (decimal): -3347960 or 584396. OLE color: 584396.

HSL color Cylindrical-coordinate representation of color #CCEA08: hue angle of 67.96º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCEA08 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 8 -
CMYK 0.13 0 0.97 0.08
HSL 67.96º 0.93% 0.47% -
HSV(B) 67.96º 0.97% 0.92% -
XYZ 54.37 71.7 11.2 -
YUV 199.27 20.06 131.38 -
System Red Green Blue C M Y K H S L
Decimal 204 234 8 0.13 0 0.97 0.08 67.96 0.93 0.47
Hex CC EA 8 D 0 61 8 44 5D 2F
Octal 314 352 10 15 0 141 10 104 135 57
Binary 11001100 11101010 1000 1101 0 1100001 1000 1000100 1011101 101111

Color Harmonies of #CCEA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA08

Black with #CCEA08

Text Example


Text Example

White with #CCEA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA08; }

 p { color: rgb(204,234,8); }

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

background-color css

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

 a { background-color: rgb(204,234,8); }

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

border-color css

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

 span { border-color: rgb(204,234,8); }

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