Html Css Color HEX #C5F200 Electric Lime

📋 copy color: '#C5F200'

red 197 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #C5F200

Tints of Electric Lime #C5F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.87%
G = 55.13%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#C5F200 (or 0xC5F200) is known color: Electric Lime. HEX triplet: C5, F2 and 00. RGB value is (197,242,0). Sum of RGB (Red+Green+Blue) = 197+242+0=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F200 is #3A0DFF. Grayscale: #C9C9C9. Windows color (decimal): -3804672 or 62149. OLE color: 62149.

HSL color Cylindrical-coordinate representation of color #C5F200: hue angle of 71.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5F200 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 0 -
CMYK 0.19 0 1 0.05
HSL 71.16º 1% 0.47% -
HSV(B) 71.16º 1% 0.95% -
XYZ 54.78 75.37 11.66 -
YUV 200.96 14.59 125.18 -
System Red Green Blue C M Y K H S L
Decimal 197 242 0 0.19 0 1 0.05 71.16 1 0.47
Hex C5 F2 0 13 0 64 5 47 64 2F
Octal 305 362 0 23 0 144 5 107 144 57
Binary 11000101 11110010 0 10011 0 1100100 101 1000111 1100100 101111

Color Harmonies of #C5F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F200

Black with #C5F200

Text Example


Text Example

White with #C5F200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F200; }

 p { color: rgb(197,242,0); }

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

background-color css

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

 a { background-color: rgb(197,242,0); }

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

border-color css

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

 span { border-color: rgb(197,242,0); }

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