Html Css Color HEX #C5E902 Electric Lime

📋 copy color: '#C5E902'

red 197 ◦ green 233 ◦ blue 2

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

Shades of Electric Lime #C5E902

Tints of Electric Lime #C5E902

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.94%

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

R = 45.6%
G = 53.94%
B = 0.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#C5E902 (or 0xC5E902) is known color: Electric Lime. HEX triplet: C5, E9 and 02. RGB value is (197,233,2). Sum of RGB (Red+Green+Blue) = 197+233+2=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 233 (91.41% from 255 or 53.94% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E902 is #3A16FD. Grayscale: #C4C4C4. Windows color (decimal): -3806974 or 190917. OLE color: 190917.

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

Color convert

RGB 197 233 2 -
CMYK 0.15 0 0.99 0.09
HSL 69.35º 0.98% 0.46% -
HSV(B) 69.35º 0.99% 0.91% -
XYZ 52.18 70.15 10.85 -
YUV 195.9 18.57 128.78 -
System Red Green Blue C M Y K H S L
Decimal 197 233 2 0.15 0 0.99 0.09 69.35 0.98 0.46
Hex C5 E9 2 F 0 63 9 45 62 2E
Octal 305 351 2 17 0 143 11 105 142 56
Binary 11000101 11101001 10 1111 0 1100011 1001 1000101 1100010 101110

Color Harmonies of #C5E902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E902

Black with #C5E902

Text Example


Text Example

White with #C5E902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E902; }

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

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

background-color css

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

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

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

border-color css

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

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

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