Html Css Color HEX #7FC132 Lima

📋 copy color: '#7FC132'

red 127 ◦ green 193 ◦ blue 50

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

Shades of Lima #7FC132

Tints of Lima #7FC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.16%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 34.32%
G = 52.16%
B = 13.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#7FC132 (or 0x7FC132) is known color: Lima. HEX triplet: 7F, C1 and 32. RGB value is (127,193,50). Sum of RGB (Red+Green+Blue) = 127+193+50=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC132 is #803ECD. Grayscale: #9D9D9D. Windows color (decimal): -8404686 or 3326335. OLE color: 3326335.

HSL color Cylindrical-coordinate representation of color #7FC132: hue angle of 87.69º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FC132 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 193 50 -
CMYK 0.34 0 0.74 0.24
HSL 87.69º 0.59% 0.48% -
HSV(B) 87.69º 0.74% 0.76% -
XYZ 28.4 42.88 9.8 -
YUV 156.96 67.63 106.63 -
System Red Green Blue C M Y K H S L
Decimal 127 193 50 0.34 0 0.74 0.24 87.69 0.59 0.48
Hex 7F C1 32 22 0 4A 18 58 3B 30
Octal 177 301 62 42 0 112 30 130 73 60
Binary 1111111 11000001 110010 100010 0 1001010 11000 1011000 111011 110000

Color Harmonies of #7FC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC132

Black with #7FC132

Text Example


Text Example

White with #7FC132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,193,50); }

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

background-color css

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

 a { background-color: rgb(127,193,50); }

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

border-color css

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

 span { border-color: rgb(127,193,50); }

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