Html Css Color HEX #CCE101 Electric Lime

📋 copy color: '#CCE101'

red 204 ◦ green 225 ◦ blue 1

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

Shades of Electric Lime #CCE101

Tints of Electric Lime #CCE101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.33%

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

R = 47.44%
G = 52.33%
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

#CCE101 (or 0xCCE101) is known color: Electric Lime. HEX triplet: CC, E1 and 01. RGB value is (204,225,1). Sum of RGB (Red+Green+Blue) = 204+225+1=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE101 is #331EFE. Grayscale: #C2C2C2. Windows color (decimal): -3350271 or 123340. OLE color: 123340.

HSL color Cylindrical-coordinate representation of color #CCE101: hue angle of 65.62º 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 #CCE101 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 1 -
CMYK 0.09 0 1.00 0.12
HSL 65.63º 0.99% 0.44% -
HSV(B) 65.63º 1% 0.88% -
XYZ 51.83 66.69 10.17 -
YUV 193.19 19.54 135.71 -
System Red Green Blue C M Y K H S L
Decimal 204 225 1 0.09 0 1.00 0.12 65.63 0.99 0.44
Hex CC E1 1 9 0 64 C 42 63 2C
Octal 314 341 1 11 0 144 14 102 143 54
Binary 11001100 11100001 1 1001 0 1100100 1100 1000010 1100011 101100

Color Harmonies of #CCE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE101

Black with #CCE101

Text Example


Text Example

White with #CCE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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