Html Css Color HEX #C7F012 Electric Lime

📋 copy color: '#C7F012'

red 199 ◦ green 240 ◦ blue 18

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

Shades of Electric Lime #C7F012

Tints of Electric Lime #C7F012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.52%

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

R = 43.54%
G = 52.52%
B = 3.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#C7F012 (or 0xC7F012) is known color: Electric Lime. HEX triplet: C7, F0 and 12. RGB value is (199,240,18). Sum of RGB (Red+Green+Blue) = 199+240+18=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F012 is #380FED. Grayscale: #CBCBCB. Windows color (decimal): -3674094 or 1241287. OLE color: 1241287.

HSL color Cylindrical-coordinate representation of color #C7F012: hue angle of 71.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7F012 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 240 18 -
CMYK 0.17 0 0.92 0.06
HSL 71.08º 0.88% 0.51% -
HSV(B) 71.08º 0.93% 0.94% -
XYZ 54.82 74.51 12.06 -
YUV 202.43 23.92 125.55 -
System Red Green Blue C M Y K H S L
Decimal 199 240 18 0.17 0 0.92 0.06 71.08 0.88 0.51
Hex C7 F0 12 11 0 5C 6 47 58 33
Octal 307 360 22 21 0 134 6 107 130 63
Binary 11000111 11110000 10010 10001 0 1011100 110 1000111 1011000 110011

Color Harmonies of #C7F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F012

Black with #C7F012

Text Example


Text Example

White with #C7F012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F012; }

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

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

background-color css

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

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

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

border-color css

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

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

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