Html Css Color HEX #CCEA04 Electric Lime

📋 copy color: '#CCEA04'

red 204 ◦ green 234 ◦ blue 4

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

Shades of Electric Lime #CCEA04

Tints of Electric Lime #CCEA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 46.15%
G = 52.94%
B = 0.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#CCEA04 (or 0xCCEA04) is known color: Electric Lime. HEX triplet: CC, EA and 04. RGB value is (204,234,4). Sum of RGB (Red+Green+Blue) = 204+234+4=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA04 is #3315FB. Grayscale: #C7C7C7. Windows color (decimal): -3347964 or 322252. OLE color: 322252.

HSL color Cylindrical-coordinate representation of color #CCEA04: hue angle of 67.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCEA04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 4 -
CMYK 0.13 0 0.98 0.08
HSL 67.83º 0.97% 0.47% -
HSV(B) 67.83º 0.98% 0.92% -
XYZ 54.35 71.69 11.09 -
YUV 198.81 18.06 131.7 -
System Red Green Blue C M Y K H S L
Decimal 204 234 4 0.13 0 0.98 0.08 67.83 0.97 0.47
Hex CC EA 4 D 0 62 8 44 61 2F
Octal 314 352 4 15 0 142 10 104 141 57
Binary 11001100 11101010 100 1101 0 1100010 1000 1000100 1100001 101111

Color Harmonies of #CCEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA04

Black with #CCEA04

Text Example


Text Example

White with #CCEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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