Html Css Color HEX #C5F502 Electric Lime

📋 copy color: '#C5F502'

red 197 ◦ green 245 ◦ blue 2

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

Shades of Electric Lime #C5F502

Tints of Electric Lime #C5F502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.18%

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

R = 44.37%
G = 55.18%
B = 0.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#C5F502 (or 0xC5F502) is known color: Electric Lime. HEX triplet: C5, F5 and 02. RGB value is (197,245,2). Sum of RGB (Red+Green+Blue) = 197+245+2=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F502 is #3A0AFD. Grayscale: #CBCBCB. Windows color (decimal): -3803902 or 193989. OLE color: 193989.

HSL color Cylindrical-coordinate representation of color #C5F502: hue angle of 71.85º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5F502 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 245 2 -
CMYK 0.20 0 0.99 0.04
HSL 71.85º 0.98% 0.48% -
HSV(B) 71.85º 0.99% 0.96% -
XYZ 55.69 77.18 12.02 -
YUV 202.95 14.6 123.76 -
System Red Green Blue C M Y K H S L
Decimal 197 245 2 0.20 0 0.99 0.04 71.85 0.98 0.48
Hex C5 F5 2 14 0 63 4 48 62 30
Octal 305 365 2 24 0 143 4 110 142 60
Binary 11000101 11110101 10 10100 0 1100011 100 1001000 1100010 110000

Color Harmonies of #C5F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F502

Black with #C5F502

Text Example


Text Example

White with #C5F502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F502; }

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

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

background-color css

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

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

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

border-color css

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

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

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