Html Css Color HEX #C7FA12 Electric Lime

📋 copy color: '#C7FA12'

red 199 ◦ green 250 ◦ blue 18

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

Shades of Electric Lime #C7FA12

Tints of Electric Lime #C7FA12

RGB

 RED value IS 199 (78.13% from 255) = 42.61%

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

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

R = 42.61%
G = 53.53%
B = 3.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C7FA12 (or 0xC7FA12) is known color: Electric Lime. HEX triplet: C7, FA and 12. RGB value is (199,250,18). Sum of RGB (Red+Green+Blue) = 199+250+18=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA12 is #3805ED. Grayscale: #D1D1D1. Windows color (decimal): -3671534 or 1243847. OLE color: 1243847.

HSL color Cylindrical-coordinate representation of color #C7FA12: hue angle of 73.19º 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 #C7FA12 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 250 18 -
CMYK 0.20 0 0.93 0.02
HSL 73.19º 0.96% 0.53% -
HSV(B) 73.19º 0.93% 0.98% -
XYZ 57.85 80.56 13.07 -
YUV 208.3 20.6 121.36 -
System Red Green Blue C M Y K H S L
Decimal 199 250 18 0.20 0 0.93 0.02 73.19 0.96 0.53
Hex C7 FA 12 14 0 5D 2 49 60 35
Octal 307 372 22 24 0 135 2 111 140 65
Binary 11000111 11111010 10010 10100 0 1011101 10 1001001 1100000 110101

Color Harmonies of #C7FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FA12

Black with #C7FA12

Text Example


Text Example

White with #C7FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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