Html Css Color HEX #CCE403 Electric Lime

📋 copy color: '#CCE403'

red 204 ◦ green 228 ◦ blue 3

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

Shades of Electric Lime #CCE403

Tints of Electric Lime #CCE403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 46.9%
G = 52.41%
B = 0.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#CCE403 (or 0xCCE403) is known color: Electric Lime. HEX triplet: CC, E4 and 03. RGB value is (204,228,3). Sum of RGB (Red+Green+Blue) = 204+228+3=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE403 is #331BFC. Grayscale: #C4C4C4. Windows color (decimal): -3349501 or 255180. OLE color: 255180.

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

Color convert

RGB 204 228 3 -
CMYK 0.11 0 0.99 0.11
HSL 66.4º 0.97% 0.45% -
HSV(B) 66.4º 0.99% 0.89% -
XYZ 52.66 68.33 10.5 -
YUV 195.17 19.55 134.3 -
System Red Green Blue C M Y K H S L
Decimal 204 228 3 0.11 0 0.99 0.11 66.4 0.97 0.45
Hex CC E4 3 B 0 63 B 42 61 2D
Octal 314 344 3 13 0 143 13 102 141 55
Binary 11001100 11100100 11 1011 0 1100011 1011 1000010 1100001 101101

Color Harmonies of #CCE403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE403

Black with #CCE403

Text Example


Text Example

White with #CCE403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE403; }

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

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

background-color css

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

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

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

border-color css

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

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

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