Html Css Color HEX #CCE501 Electric Lime

📋 copy color: '#CCE501'

red 204 ◦ green 229 ◦ blue 1

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

Shades of Electric Lime #CCE501

Tints of Electric Lime #CCE501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 47%
G = 52.76%
B = 0.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#CCE501 (or 0xCCE501) is known color: Electric Lime. HEX triplet: CC, E5 and 01. RGB value is (204,229,1). Sum of RGB (Red+Green+Blue) = 204+229+1=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE501 is #331AFE. Grayscale: #C4C4C4. Windows color (decimal): -3349247 or 124364. OLE color: 124364.

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

Color convert

RGB 204 229 1 -
CMYK 0.11 0 1.00 0.10
HSL 66.58º 0.99% 0.45% -
HSV(B) 66.58º 1% 0.9% -
XYZ 52.93 68.88 10.53 -
YUV 195.53 18.22 134.04 -
System Red Green Blue C M Y K H S L
Decimal 204 229 1 0.11 0 1.00 0.10 66.58 0.99 0.45
Hex CC E5 1 B 0 64 A 43 63 2D
Octal 314 345 1 13 0 144 12 103 143 55
Binary 11001100 11100101 1 1011 0 1100100 1010 1000011 1100011 101101

Color Harmonies of #CCE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE501

Black with #CCE501

Text Example


Text Example

White with #CCE501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE501; }

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

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

background-color css

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

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

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

border-color css

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

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

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