Html Css Color HEX #7FB920 Lima

📋 copy color: '#7FB920'

red 127 ◦ green 185 ◦ blue 32

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

Shades of Lima #7FB920

Tints of Lima #7FB920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 36.92%
G = 53.78%
B = 9.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#7FB920 (or 0x7FB920) is known color: Lima. HEX triplet: 7F, B9 and 20. RGB value is (127,185,32). Sum of RGB (Red+Green+Blue) = 127+185+32=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB920 is #8046DF. Grayscale: #969696. Windows color (decimal): -8406752 or 2144639. OLE color: 2144639.

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

Color convert

RGB 127 185 32 -
CMYK 0.31 0 0.83 0.27
HSL 82.75º 0.71% 0.43% -
HSV(B) 82.75º 0.83% 0.73% -
XYZ 26.36 39.31 7.57 -
YUV 150.22 61.28 111.44 -
System Red Green Blue C M Y K H S L
Decimal 127 185 32 0.31 0 0.83 0.27 82.75 0.71 0.43
Hex 7F B9 20 1F 0 53 1B 53 47 2B
Octal 177 271 40 37 0 123 33 123 107 53
Binary 1111111 10111001 100000 11111 0 1010011 11011 1010011 1000111 101011

Color Harmonies of #7FB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB920

Black with #7FB920

Text Example


Text Example

White with #7FB920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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