Html Css Color HEX #7FB730 Lima

📋 copy color: '#7FB730'

red 127 ◦ green 183 ◦ blue 48

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

Shades of Lima #7FB730

Tints of Lima #7FB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.12%

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 35.47%
G = 51.12%
B = 13.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#7FB730 (or 0x7FB730) is known color: Lima. HEX triplet: 7F, B7 and 30. RGB value is (127,183,48). Sum of RGB (Red+Green+Blue) = 127+183+48=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB730 is #8048CF. Grayscale: #979797. Windows color (decimal): -8407248 or 3192703. OLE color: 3192703.

HSL color Cylindrical-coordinate representation of color #7FB730: hue angle of 84.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FB730 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 183 48 -
CMYK 0.31 0 0.74 0.28
HSL 84.89º 0.58% 0.45% -
HSV(B) 84.89º 0.74% 0.72% -
XYZ 26.22 38.59 8.86 -
YUV 150.87 69.95 110.98 -
System Red Green Blue C M Y K H S L
Decimal 127 183 48 0.31 0 0.74 0.28 84.89 0.58 0.45
Hex 7F B7 30 1F 0 4A 1C 55 3A 2D
Octal 177 267 60 37 0 112 34 125 72 55
Binary 1111111 10110111 110000 11111 0 1001010 11100 1010101 111010 101101

Color Harmonies of #7FB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB730

Black with #7FB730

Text Example


Text Example

White with #7FB730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,183,48); }

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

background-color css

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

 a { background-color: rgb(127,183,48); }

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

border-color css

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

 span { border-color: rgb(127,183,48); }

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