Html Css Color HEX #CCE108 Electric Lime

📋 copy color: '#CCE108'

red 204 ◦ green 225 ◦ blue 8

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

Shades of Electric Lime #CCE108

Tints of Electric Lime #CCE108

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.49%

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

R = 46.68%
G = 51.49%
B = 1.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#CCE108 (or 0xCCE108) is known color: Electric Lime. HEX triplet: CC, E1 and 08. RGB value is (204,225,8). Sum of RGB (Red+Green+Blue) = 204+225+8=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE108 is #331EF7. Grayscale: #C2C2C2. Windows color (decimal): -3350264 or 582092. OLE color: 582092.

HSL color Cylindrical-coordinate representation of color #CCE108: hue angle of 65.81º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCE108 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 8 -
CMYK 0.09 0 0.96 0.12
HSL 65.81º 0.93% 0.46% -
HSV(B) 65.81º 0.96% 0.88% -
XYZ 51.87 66.71 10.37 -
YUV 193.98 23.04 135.14 -
System Red Green Blue C M Y K H S L
Decimal 204 225 8 0.09 0 0.96 0.12 65.81 0.93 0.46
Hex CC E1 8 9 0 60 C 42 5D 2E
Octal 314 341 10 11 0 140 14 102 135 56
Binary 11001100 11100001 1000 1001 0 1100000 1100 1000010 1011101 101110

Color Harmonies of #CCE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE108

Black with #CCE108

Text Example


Text Example

White with #CCE108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE108; }

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

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

background-color css

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

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

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

border-color css

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

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

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