Html Css Color HEX #CCE506 Electric Lime

📋 copy color: '#CCE506'

red 204 ◦ green 229 ◦ blue 6

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

Shades of Electric Lime #CCE506

Tints of Electric Lime #CCE506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 46.47%
G = 52.16%
B = 1.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CCE506 (or 0xCCE506) is known color: Electric Lime. HEX triplet: CC, E5 and 06. RGB value is (204,229,6). Sum of RGB (Red+Green+Blue) = 204+229+6=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE506 is #331AF9. Grayscale: #C4C4C4. Windows color (decimal): -3349242 or 452044. OLE color: 452044.

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

Color convert

RGB 204 229 6 -
CMYK 0.11 0 0.97 0.10
HSL 66.73º 0.95% 0.46% -
HSV(B) 66.73º 0.97% 0.9% -
XYZ 52.95 68.89 10.68 -
YUV 196.1 20.72 133.63 -
System Red Green Blue C M Y K H S L
Decimal 204 229 6 0.11 0 0.97 0.10 66.73 0.95 0.46
Hex CC E5 6 B 0 61 A 43 5F 2E
Octal 314 345 6 13 0 141 12 103 137 56
Binary 11001100 11100101 110 1011 0 1100001 1010 1000011 1011111 101110

Color Harmonies of #CCE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE506

Black with #CCE506

Text Example


Text Example

White with #CCE506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE506; }

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

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

background-color css

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

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

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

border-color css

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

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

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