Html Css Color HEX #C5EA02 Electric Lime

📋 copy color: '#C5EA02'

red 197 ◦ green 234 ◦ blue 2

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

Shades of Electric Lime #C5EA02

Tints of Electric Lime #C5EA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 45.5%
G = 54.04%
B = 0.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#C5EA02 (or 0xC5EA02) is known color: Electric Lime. HEX triplet: C5, EA and 02. RGB value is (197,234,2). Sum of RGB (Red+Green+Blue) = 197+234+2=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EA02 is #3A15FD. Grayscale: #C5C5C5. Windows color (decimal): -3806718 or 191173. OLE color: 191173.

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

Color convert

RGB 197 234 2 -
CMYK 0.16 0 0.99 0.08
HSL 69.57º 0.98% 0.46% -
HSV(B) 69.57º 0.99% 0.92% -
XYZ 52.46 70.72 10.94 -
YUV 196.49 18.24 128.36 -
System Red Green Blue C M Y K H S L
Decimal 197 234 2 0.16 0 0.99 0.08 69.57 0.98 0.46
Hex C5 EA 2 10 0 63 8 46 62 2E
Octal 305 352 2 20 0 143 10 106 142 56
Binary 11000101 11101010 10 10000 0 1100011 1000 1000110 1100010 101110

Color Harmonies of #C5EA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EA02

Black with #C5EA02

Text Example


Text Example

White with #C5EA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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