Html Css Color HEX #C5EA04 Electric Lime

📋 copy color: '#C5EA04'

red 197 ◦ green 234 ◦ blue 4

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

Shades of Electric Lime #C5EA04

Tints of Electric Lime #C5EA04

RGB

 RED value IS 197 (77.34% from 255) = 45.29%

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

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

R = 45.29%
G = 53.79%
B = 0.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#C5EA04 (or 0xC5EA04) is known color: Electric Lime. HEX triplet: C5, EA and 04. RGB value is (197,234,4). Sum of RGB (Red+Green+Blue) = 197+234+4=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EA04 is #3A15FB. Grayscale: #C5C5C5. Windows color (decimal): -3806716 or 322245. OLE color: 322245.

HSL color Cylindrical-coordinate representation of color #C5EA04: hue angle of 69.65º 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 #C5EA04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 234 4 -
CMYK 0.16 0 0.98 0.08
HSL 69.65º 0.97% 0.47% -
HSV(B) 69.65º 0.98% 0.92% -
XYZ 52.47 70.72 11 -
YUV 196.72 19.24 128.2 -
System Red Green Blue C M Y K H S L
Decimal 197 234 4 0.16 0 0.98 0.08 69.65 0.97 0.47
Hex C5 EA 4 10 0 62 8 46 61 2F
Octal 305 352 4 20 0 142 10 106 141 57
Binary 11000101 11101010 100 10000 0 1100010 1000 1000110 1100001 101111

Color Harmonies of #C5EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EA04

Black with #C5EA04

Text Example


Text Example

White with #C5EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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