Html Css Color HEX #7FB318 Lima

📋 copy color: '#7FB318'

red 127 ◦ green 179 ◦ blue 24

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

Shades of Lima #7FB318

Tints of Lima #7FB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.24%

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 38.48%
G = 54.24%
B = 7.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#7FB318 (or 0x7FB318) is known color: Lima. HEX triplet: 7F, B3 and 18. RGB value is (127,179,24). Sum of RGB (Red+Green+Blue) = 127+179+24=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB318 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB318 is #804CE7. Grayscale: #929292. Windows color (decimal): -8408296 or 1618815. OLE color: 1618815.

HSL color Cylindrical-coordinate representation of color #7FB318: hue angle of 80.13º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7FB318 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 179 24 -
CMYK 0.29 0 0.87 0.30
HSL 80.13º 0.76% 0.4% -
HSV(B) 80.13º 0.87% 0.7% -
XYZ 25.04 36.82 6.65 -
YUV 145.78 59.27 114.6 -
System Red Green Blue C M Y K H S L
Decimal 127 179 24 0.29 0 0.87 0.30 80.13 0.76 0.4
Hex 7F B3 18 1D 0 57 1E 50 4C 28
Octal 177 263 30 35 0 127 36 120 114 50
Binary 1111111 10110011 11000 11101 0 1010111 11110 1010000 1001100 101000

Color Harmonies of #7FB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB318

Black with #7FB318

Text Example


Text Example

White with #7FB318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,179,24); }

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

background-color css

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

 a { background-color: rgb(127,179,24); }

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

border-color css

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

 span { border-color: rgb(127,179,24); }

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