Html Css Color HEX #7FAC27 Lima

📋 copy color: '#7FAC27'

red 127 ◦ green 172 ◦ blue 39

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

Shades of Lima #7FAC27

Tints of Lima #7FAC27

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.89%

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 37.57%
G = 50.89%
B = 11.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#7FAC27 (or 0x7FAC27) is known color: Lima. HEX triplet: 7F, AC and 27. RGB value is (127,172,39). Sum of RGB (Red+Green+Blue) = 127+172+39=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC27 is #8053D8. Grayscale: #8F8F8F. Windows color (decimal): -8410073 or 2600063. OLE color: 2600063.

HSL color Cylindrical-coordinate representation of color #7FAC27: hue angle of 80.3º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FAC27 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 39 -
CMYK 0.26 0 0.77 0.33
HSL 80.3º 0.63% 0.41% -
HSV(B) 80.3º 0.77% 0.67% -
XYZ 23.87 34.16 7.26 -
YUV 143.38 69.09 116.31 -
System Red Green Blue C M Y K H S L
Decimal 127 172 39 0.26 0 0.77 0.33 80.3 0.63 0.41
Hex 7F AC 27 1A 0 4D 21 50 3F 29
Octal 177 254 47 32 0 115 41 120 77 51
Binary 1111111 10101100 100111 11010 0 1001101 100001 1010000 111111 101001

Color Harmonies of #7FAC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC27

Black with #7FAC27

Text Example


Text Example

White with #7FAC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,39); }

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

background-color css

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

 a { background-color: rgb(127,172,39); }

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

border-color css

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

 span { border-color: rgb(127,172,39); }

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