Html Css Color HEX #CCE406 Electric Lime

📋 copy color: '#CCE406'

red 204 ◦ green 228 ◦ blue 6

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

Shades of Electric Lime #CCE406

Tints of Electric Lime #CCE406

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.05%

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

R = 46.58%
G = 52.05%
B = 1.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CCE406 (or 0xCCE406) is known color: Electric Lime. HEX triplet: CC, E4 and 06. RGB value is (204,228,6). Sum of RGB (Red+Green+Blue) = 204+228+6=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE406 is #331BF9. Grayscale: #C4C4C4. Windows color (decimal): -3349498 or 451788. OLE color: 451788.

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

Color convert

RGB 204 228 6 -
CMYK 0.11 0 0.97 0.11
HSL 66.49º 0.95% 0.46% -
HSV(B) 66.49º 0.97% 0.89% -
XYZ 52.68 68.34 10.59 -
YUV 195.52 21.05 134.05 -
System Red Green Blue C M Y K H S L
Decimal 204 228 6 0.11 0 0.97 0.11 66.49 0.95 0.46
Hex CC E4 6 B 0 61 B 42 5F 2E
Octal 314 344 6 13 0 141 13 102 137 56
Binary 11001100 11100100 110 1011 0 1100001 1011 1000010 1011111 101110

Color Harmonies of #CCE406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE406

Black with #CCE406

Text Example


Text Example

White with #CCE406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE406; }

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

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

background-color css

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

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

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

border-color css

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

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

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