Html Css Color HEX #CCE205 Electric Lime

📋 copy color: '#CCE205'

red 204 ◦ green 226 ◦ blue 5

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

Shades of Electric Lime #CCE205

Tints of Electric Lime #CCE205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.95%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 46.9%
G = 51.95%
B = 1.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CCE205 (or 0xCCE205) is known color: Electric Lime. HEX triplet: CC, E2 and 05. RGB value is (204,226,5). Sum of RGB (Red+Green+Blue) = 204+226+5=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE205 is #331DFA. Grayscale: #C3C3C3. Windows color (decimal): -3350011 or 385740. OLE color: 385740.

HSL color Cylindrical-coordinate representation of color #CCE205: hue angle of 65.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE205 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 5 -
CMYK 0.10 0 0.98 0.11
HSL 65.97º 0.96% 0.45% -
HSV(B) 65.97º 0.98% 0.89% -
XYZ 52.13 67.24 10.38 -
YUV 194.23 21.21 134.97 -
System Red Green Blue C M Y K H S L
Decimal 204 226 5 0.10 0 0.98 0.11 65.97 0.96 0.45
Hex CC E2 5 A 0 62 B 42 60 2D
Octal 314 342 5 12 0 142 13 102 140 55
Binary 11001100 11100010 101 1010 0 1100010 1011 1000010 1100000 101101

Color Harmonies of #CCE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE205

Black with #CCE205

Text Example


Text Example

White with #CCE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE205; }

 p { color: rgb(204,226,5); }

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

background-color css

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

 a { background-color: rgb(204,226,5); }

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

border-color css

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

 span { border-color: rgb(204,226,5); }

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