Html Css Color HEX #CCE508 Electric Lime

📋 copy color: '#CCE508'

red 204 ◦ green 229 ◦ blue 8

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

Shades of Electric Lime #CCE508

Tints of Electric Lime #CCE508

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.93%

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

R = 46.26%
G = 51.93%
B = 1.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CCE508 (or 0xCCE508) is known color: Electric Lime. HEX triplet: CC, E5 and 08. RGB value is (204,229,8). Sum of RGB (Red+Green+Blue) = 204+229+8=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE508 is #331AF7. Grayscale: #C5C5C5. Windows color (decimal): -3349240 or 583116. OLE color: 583116.

HSL color Cylindrical-coordinate representation of color #CCE508: hue angle of 66.79º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE508 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 8 -
CMYK 0.11 0 0.97 0.10
HSL 66.79º 0.93% 0.46% -
HSV(B) 66.79º 0.97% 0.9% -
XYZ 52.96 68.89 10.74 -
YUV 196.33 21.72 133.47 -
System Red Green Blue C M Y K H S L
Decimal 204 229 8 0.11 0 0.97 0.10 66.79 0.93 0.46
Hex CC E5 8 B 0 61 A 43 5D 2E
Octal 314 345 10 13 0 141 12 103 135 56
Binary 11001100 11100101 1000 1011 0 1100001 1010 1000011 1011101 101110

Color Harmonies of #CCE508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE508

Black with #CCE508

Text Example


Text Example

White with #CCE508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE508; }

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

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

background-color css

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

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

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

border-color css

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

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

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