Html Css Color HEX #CCE80A Electric Lime

📋 copy color: '#CCE80A'

red 204 ◦ green 232 ◦ blue 10

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

Shades of Electric Lime #CCE80A

Tints of Electric Lime #CCE80A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.02%

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 45.74%
G = 52.02%
B = 2.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#CCE80A (or 0xCCE80A) is known color: Electric Lime. HEX triplet: CC, E8 and 0A. RGB value is (204,232,10). Sum of RGB (Red+Green+Blue) = 204+232+10=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE80A is #3317F5. Grayscale: #C7C7C7. Windows color (decimal): -3348470 or 714956. OLE color: 714956.

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

Color convert

RGB 204 232 10 -
CMYK 0.12 0 0.96 0.09
HSL 67.57º 0.92% 0.47% -
HSV(B) 67.57º 0.96% 0.91% -
XYZ 53.81 70.57 11.07 -
YUV 198.32 21.72 132.05 -
System Red Green Blue C M Y K H S L
Decimal 204 232 10 0.12 0 0.96 0.09 67.57 0.92 0.47
Hex CC E8 A C 0 60 9 44 5C 2F
Octal 314 350 12 14 0 140 11 104 134 57
Binary 11001100 11101000 1010 1100 0 1100000 1001 1000100 1011100 101111

Color Harmonies of #CCE80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE80A

Black with #CCE80A

Text Example


Text Example

White with #CCE80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE80A; }

 p { color: rgb(204,232,10); }

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

background-color css

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

 a { background-color: rgb(204,232,10); }

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

border-color css

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

 span { border-color: rgb(204,232,10); }

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