Html Css Color HEX #CCE001 Electric Lime

📋 copy color: '#CCE001'

red 204 ◦ green 224 ◦ blue 1

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

Shades of Electric Lime #CCE001

Tints of Electric Lime #CCE001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.21%

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

R = 47.55%
G = 52.21%
B = 0.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#CCE001 (or 0xCCE001) is known color: Electric Lime. HEX triplet: CC, E0 and 01. RGB value is (204,224,1). Sum of RGB (Red+Green+Blue) = 204+224+1=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE001 is #331FFE. Grayscale: #C1C1C1. Windows color (decimal): -3350527 or 123084. OLE color: 123084.

HSL color Cylindrical-coordinate representation of color #CCE001: hue angle of 65.38º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCE001 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 1 -
CMYK 0.09 0 1.00 0.12
HSL 65.38º 0.99% 0.44% -
HSV(B) 65.38º 1% 0.88% -
XYZ 51.56 66.15 10.08 -
YUV 192.6 19.87 136.13 -
System Red Green Blue C M Y K H S L
Decimal 204 224 1 0.09 0 1.00 0.12 65.38 0.99 0.44
Hex CC E0 1 9 0 64 C 41 63 2C
Octal 314 340 1 11 0 144 14 101 143 54
Binary 11001100 11100000 1 1001 0 1100100 1100 1000001 1100011 101100

Color Harmonies of #CCE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE001

Black with #CCE001

Text Example


Text Example

White with #CCE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE001; }

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

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

background-color css

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

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

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

border-color css

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

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

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