Html Css Color HEX #C2FA16 Electric Lime

📋 copy color: '#C2FA16'

red 194 ◦ green 250 ◦ blue 22

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

Shades of Electric Lime #C2FA16

Tints of Electric Lime #C2FA16

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

 GREEN value IS 250 (98.05% from 255) = 53.65%

 BLUE value IS 22 (8.98% from 255) = 4.72%

R = 41.63%
G = 53.65%
B = 4.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#C2FA16 (or 0xC2FA16) is known color: Electric Lime. HEX triplet: C2, FA and 16. RGB value is (194,250,22). Sum of RGB (Red+Green+Blue) = 194+250+22=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA16 is #3D05E9. Grayscale: #D0D0D0. Windows color (decimal): -3999210 or 1505986. OLE color: 1505986.

HSL color Cylindrical-coordinate representation of color #C2FA16: hue angle of 74.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2FA16 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 22 -
CMYK 0.22 0 0.91 0.02
HSL 74.74º 0.96% 0.53% -
HSV(B) 74.74º 0.91% 0.98% -
XYZ 56.58 79.9 13.2 -
YUV 207.26 23.45 118.54 -
System Red Green Blue C M Y K H S L
Decimal 194 250 22 0.22 0 0.91 0.02 74.74 0.96 0.53
Hex C2 FA 16 16 0 5B 2 4B 60 35
Octal 302 372 26 26 0 133 2 113 140 65
Binary 11000010 11111010 10110 10110 0 1011011 10 1001011 1100000 110101

Color Harmonies of #C2FA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA16

Black with #C2FA16

Text Example


Text Example

White with #C2FA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA16; }

 p { color: rgb(194,250,22); }

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

background-color css

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

 a { background-color: rgb(194,250,22); }

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

border-color css

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

 span { border-color: rgb(194,250,22); }

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