Html Css Color HEX #CCEA01 Electric Lime

📋 copy color: '#CCEA01'

red 204 ◦ green 234 ◦ blue 1

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

Shades of Electric Lime #CCEA01

Tints of Electric Lime #CCEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.3%

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

R = 46.47%
G = 53.3%
B = 0.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#CCEA01 (or 0xCCEA01) is known color: Electric Lime. HEX triplet: CC, EA and 01. RGB value is (204,234,1). Sum of RGB (Red+Green+Blue) = 204+234+1=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA01 is #3315FE. Grayscale: #C7C7C7. Windows color (decimal): -3347967 or 125644. OLE color: 125644.

HSL color Cylindrical-coordinate representation of color #CCEA01: hue angle of 67.73º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCEA01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 1 -
CMYK 0.13 0 1.00 0.08
HSL 67.73º 0.99% 0.46% -
HSV(B) 67.73º 1% 0.92% -
XYZ 54.33 71.69 11 -
YUV 198.47 16.56 131.95 -
System Red Green Blue C M Y K H S L
Decimal 204 234 1 0.13 0 1.00 0.08 67.73 0.99 0.46
Hex CC EA 1 D 0 64 8 44 63 2E
Octal 314 352 1 15 0 144 10 104 143 56
Binary 11001100 11101010 1 1101 0 1100100 1000 1000100 1100011 101110

Color Harmonies of #CCEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA01

Black with #CCEA01

Text Example


Text Example

White with #CCEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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