Html Css Color HEX #CCE204 Electric Lime

📋 copy color: '#CCE204'

red 204 ◦ green 226 ◦ blue 4

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

Shades of Electric Lime #CCE204

Tints of Electric Lime #CCE204

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.07%

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

R = 47%
G = 52.07%
B = 0.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CCE204 (or 0xCCE204) is known color: Electric Lime. HEX triplet: CC, E2 and 04. RGB value is (204,226,4). Sum of RGB (Red+Green+Blue) = 204+226+4=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE204 is #331DFB. Grayscale: #C2C2C2. Windows color (decimal): -3350012 or 320204. OLE color: 320204.

HSL color Cylindrical-coordinate representation of color #CCE204: hue angle of 65.95º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE204 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 4 -
CMYK 0.10 0 0.98 0.11
HSL 65.95º 0.97% 0.45% -
HSV(B) 65.95º 0.98% 0.89% -
XYZ 52.12 67.24 10.35 -
YUV 194.11 20.71 135.05 -
System Red Green Blue C M Y K H S L
Decimal 204 226 4 0.10 0 0.98 0.11 65.95 0.97 0.45
Hex CC E2 4 A 0 62 B 42 61 2D
Octal 314 342 4 12 0 142 13 102 141 55
Binary 11001100 11100010 100 1010 0 1100010 1011 1000010 1100001 101101

Color Harmonies of #CCE204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE204

Black with #CCE204

Text Example


Text Example

White with #CCE204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE204; }

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

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

background-color css

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

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

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

border-color css

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

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

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