Html Css Color HEX #7FC612 Lima

📋 copy color: '#7FC612'

red 127 ◦ green 198 ◦ blue 18

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

Shades of Lima #7FC612

Tints of Lima #7FC612

RGB

 RED value IS 127 (50% from 255) = 37.03%

 GREEN value IS 198 (77.73% from 255) = 57.73%

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

R = 37.03%
G = 57.73%
B = 5.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#7FC612 (or 0x7FC612) is known color: Lima. HEX triplet: 7F, C6 and 12. RGB value is (127,198,18). Sum of RGB (Red+Green+Blue) = 127+198+18=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC612 is #8039ED. Grayscale: #9C9C9C. Windows color (decimal): -8403438 or 1230463. OLE color: 1230463.

HSL color Cylindrical-coordinate representation of color #7FC612: hue angle of 83.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FC612 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 198 18 -
CMYK 0.36 0 0.91 0.22
HSL 83.67º 0.83% 0.42% -
HSV(B) 83.67º 0.91% 0.78% -
XYZ 29.06 44.94 7.72 -
YUV 156.25 49.98 107.14 -
System Red Green Blue C M Y K H S L
Decimal 127 198 18 0.36 0 0.91 0.22 83.67 0.83 0.42
Hex 7F C6 12 24 0 5B 16 54 53 2A
Octal 177 306 22 44 0 133 26 124 123 52
Binary 1111111 11000110 10010 100100 0 1011011 10110 1010100 1010011 101010

Color Harmonies of #7FC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC612

Black with #7FC612

Text Example


Text Example

White with #7FC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC612; }

 p { color: rgb(127,198,18); }

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

background-color css

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

 a { background-color: rgb(127,198,18); }

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

border-color css

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

 span { border-color: rgb(127,198,18); }

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