Html Css Color HEX #C2FA12 Electric Lime

📋 copy color: '#C2FA12'

red 194 ◦ green 250 ◦ blue 18

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

Shades of Electric Lime #C2FA12

Tints of Electric Lime #C2FA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 41.99%
G = 54.11%
B = 3.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C2FA12 (or 0xC2FA12) is known color: Electric Lime. HEX triplet: C2, FA and 12. RGB value is (194,250,18). Sum of RGB (Red+Green+Blue) = 194+250+18=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA12 is #3D05ED. Grayscale: #CFCFCF. Windows color (decimal): -3999214 or 1243842. OLE color: 1243842.

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

Color convert

RGB 194 250 18 -
CMYK 0.22 0 0.93 0.02
HSL 74.48º 0.96% 0.53% -
HSV(B) 74.48º 0.93% 0.98% -
XYZ 56.54 79.88 13.01 -
YUV 206.81 21.45 118.86 -
System Red Green Blue C M Y K H S L
Decimal 194 250 18 0.22 0 0.93 0.02 74.48 0.96 0.53
Hex C2 FA 12 16 0 5D 2 4A 60 35
Octal 302 372 22 26 0 135 2 112 140 65
Binary 11000010 11111010 10010 10110 0 1011101 10 1001010 1100000 110101

Color Harmonies of #C2FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA12

Black with #C2FA12

Text Example


Text Example

White with #C2FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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