Html Css Color HEX #CCE80D Electric Lime

📋 copy color: '#CCE80D'

red 204 ◦ green 232 ◦ blue 13

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

Shades of Electric Lime #CCE80D

Tints of Electric Lime #CCE80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 45.43%
G = 51.67%
B = 2.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CCE80D (or 0xCCE80D) is known color: Electric Lime. HEX triplet: CC, E8 and 0D. RGB value is (204,232,13). Sum of RGB (Red+Green+Blue) = 204+232+13=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE80D is #3317F2. Grayscale: #C7C7C7. Windows color (decimal): -3348467 or 911564. OLE color: 911564.

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

Color convert

RGB 204 232 13 -
CMYK 0.12 0 0.94 0.09
HSL 67.67º 0.89% 0.48% -
HSV(B) 67.67º 0.94% 0.91% -
XYZ 53.83 70.58 11.17 -
YUV 198.66 23.22 131.81 -
System Red Green Blue C M Y K H S L
Decimal 204 232 13 0.12 0 0.94 0.09 67.67 0.89 0.48
Hex CC E8 D C 0 5E 9 44 59 30
Octal 314 350 15 14 0 136 11 104 131 60
Binary 11001100 11101000 1101 1100 0 1011110 1001 1000100 1011001 110000

Color Harmonies of #CCE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE80D

Black with #CCE80D

Text Example


Text Example

White with #CCE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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