Html Css Color HEX #7FAF30 Lima

📋 copy color: '#7FAF30'

red 127 ◦ green 175 ◦ blue 48

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

Shades of Lima #7FAF30

Tints of Lima #7FAF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

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

R = 36.29%
G = 50%
B = 13.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#7FAF30 (or 0x7FAF30) is known color: Lima. HEX triplet: 7F, AF and 30. RGB value is (127,175,48). Sum of RGB (Red+Green+Blue) = 127+175+48=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF30 is #8050CF. Grayscale: #929292. Windows color (decimal): -8409296 or 3190655. OLE color: 3190655.

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

Color convert

RGB 127 175 48 -
CMYK 0.27 0 0.73 0.31
HSL 82.68º 0.57% 0.44% -
HSV(B) 82.68º 0.73% 0.69% -
XYZ 24.62 35.39 8.33 -
YUV 146.17 72.6 114.33 -
System Red Green Blue C M Y K H S L
Decimal 127 175 48 0.27 0 0.73 0.31 82.68 0.57 0.44
Hex 7F AF 30 1B 0 49 1F 53 39 2C
Octal 177 257 60 33 0 111 37 123 71 54
Binary 1111111 10101111 110000 11011 0 1001001 11111 1010011 111001 101100

Color Harmonies of #7FAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF30

Black with #7FAF30

Text Example


Text Example

White with #7FAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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