Html Css Color HEX #C5F211 Electric Lime

📋 copy color: '#C5F211'

red 197 ◦ green 242 ◦ blue 17

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

Shades of Electric Lime #C5F211

Tints of Electric Lime #C5F211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.73%

R = 43.2%
G = 53.07%
B = 3.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C5F211 (or 0xC5F211) is known color: Electric Lime. HEX triplet: C5, F2 and 11. RGB value is (197,242,17). Sum of RGB (Red+Green+Blue) = 197+242+17=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F211 is #3A0DEE. Grayscale: #CBCBCB. Windows color (decimal): -3804655 or 1176261. OLE color: 1176261.

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

Color convert

RGB 197 242 17 -
CMYK 0.19 0 0.93 0.05
HSL 72º 0.9% 0.51% -
HSV(B) 72º 0.93% 0.95% -
XYZ 54.88 75.42 12.19 -
YUV 202.9 23.09 123.8 -
System Red Green Blue C M Y K H S L
Decimal 197 242 17 0.19 0 0.93 0.05 72 0.9 0.51
Hex C5 F2 11 13 0 5D 5 48 5A 33
Octal 305 362 21 23 0 135 5 110 132 63
Binary 11000101 11110010 10001 10011 0 1011101 101 1001000 1011010 110011

Color Harmonies of #C5F211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F211

Black with #C5F211

Text Example


Text Example

White with #C5F211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F211; }

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

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

background-color css

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

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

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

border-color css

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

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

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