Html Css Color HEX #CCE405 Electric Lime

📋 copy color: '#CCE405'

red 204 ◦ green 228 ◦ blue 5

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

Shades of Electric Lime #CCE405

Tints of Electric Lime #CCE405

RGB

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

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

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

R = 46.68%
G = 52.17%
B = 1.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CCE405 (or 0xCCE405) is known color: Electric Lime. HEX triplet: CC, E4 and 05. RGB value is (204,228,5). Sum of RGB (Red+Green+Blue) = 204+228+5=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE405 is #331BFA. Grayscale: #C4C4C4. Windows color (decimal): -3349499 or 386252. OLE color: 386252.

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

Color convert

RGB 204 228 5 -
CMYK 0.11 0 0.98 0.11
HSL 66.46º 0.96% 0.46% -
HSV(B) 66.46º 0.98% 0.89% -
XYZ 52.67 68.34 10.56 -
YUV 195.4 20.55 134.13 -
System Red Green Blue C M Y K H S L
Decimal 204 228 5 0.11 0 0.98 0.11 66.46 0.96 0.46
Hex CC E4 5 B 0 62 B 42 60 2E
Octal 314 344 5 13 0 142 13 102 140 56
Binary 11001100 11100100 101 1011 0 1100010 1011 1000010 1100000 101110

Color Harmonies of #CCE405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE405

Black with #CCE405

Text Example


Text Example

White with #CCE405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE405; }

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

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

background-color css

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

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

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

border-color css

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

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

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