Html Css Color HEX #7FB932 Lima

📋 copy color: '#7FB932'

red 127 ◦ green 185 ◦ blue 50

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

Shades of Lima #7FB932

Tints of Lima #7FB932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

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

R = 35.08%
G = 51.1%
B = 13.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#7FB932 (or 0x7FB932) is known color: Lima. HEX triplet: 7F, B9 and 32. RGB value is (127,185,50). Sum of RGB (Red+Green+Blue) = 127+185+50=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB932 is #8046CD. Grayscale: #989898. Windows color (decimal): -8406734 or 3324287. OLE color: 3324287.

HSL color Cylindrical-coordinate representation of color #7FB932: hue angle of 85.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FB932 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 185 50 -
CMYK 0.31 0 0.73 0.27
HSL 85.78º 0.57% 0.46% -
HSV(B) 85.78º 0.73% 0.73% -
XYZ 26.68 39.44 9.22 -
YUV 152.27 70.28 109.98 -
System Red Green Blue C M Y K H S L
Decimal 127 185 50 0.31 0 0.73 0.27 85.78 0.57 0.46
Hex 7F B9 32 1F 0 49 1B 56 39 2E
Octal 177 271 62 37 0 111 33 126 71 56
Binary 1111111 10111001 110010 11111 0 1001001 11011 1010110 111001 101110

Color Harmonies of #7FB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB932

Black with #7FB932

Text Example


Text Example

White with #7FB932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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