Html Css Color HEX #CCE50E Electric Lime

📋 copy color: '#CCE50E'

red 204 ◦ green 229 ◦ blue 14

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

Shades of Electric Lime #CCE50E

Tints of Electric Lime #CCE50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 45.64%
G = 51.23%
B = 3.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#CCE50E (or 0xCCE50E) is known color: Electric Lime. HEX triplet: CC, E5 and 0E. RGB value is (204,229,14). Sum of RGB (Red+Green+Blue) = 204+229+14=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE50E is #331AF1. Grayscale: #C5C5C5. Windows color (decimal): -3349234 or 976332. OLE color: 976332.

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

Color convert

RGB 204 229 14 -
CMYK 0.11 0 0.94 0.10
HSL 66.98º 0.88% 0.48% -
HSV(B) 66.98º 0.94% 0.9% -
XYZ 53 68.91 10.92 -
YUV 197.02 24.72 132.98 -
System Red Green Blue C M Y K H S L
Decimal 204 229 14 0.11 0 0.94 0.10 66.98 0.88 0.48
Hex CC E5 E B 0 5E A 43 58 30
Octal 314 345 16 13 0 136 12 103 130 60
Binary 11001100 11100101 1110 1011 0 1011110 1010 1000011 1011000 110000

Color Harmonies of #CCE50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE50E

Black with #CCE50E

Text Example


Text Example

White with #CCE50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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