Html Css Color HEX #7FB428 Lima

📋 copy color: '#7FB428'

red 127 ◦ green 180 ◦ blue 40

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

Shades of Lima #7FB428

Tints of Lima #7FB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.87%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 36.6%
G = 51.87%
B = 11.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#7FB428 (or 0x7FB428) is known color: Lima. HEX triplet: 7F, B4 and 28. RGB value is (127,180,40). Sum of RGB (Red+Green+Blue) = 127+180+40=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB428 is #804BD7. Grayscale: #949494. Windows color (decimal): -8408024 or 2667647. OLE color: 2667647.

HSL color Cylindrical-coordinate representation of color #7FB428: hue angle of 82.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FB428 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 40 -
CMYK 0.29 0 0.78 0.29
HSL 82.71º 0.64% 0.43% -
HSV(B) 82.71º 0.78% 0.71% -
XYZ 25.46 37.31 7.87 -
YUV 148.19 66.94 112.88 -
System Red Green Blue C M Y K H S L
Decimal 127 180 40 0.29 0 0.78 0.29 82.71 0.64 0.43
Hex 7F B4 28 1D 0 4E 1D 53 40 2B
Octal 177 264 50 35 0 116 35 123 100 53
Binary 1111111 10110100 101000 11101 0 1001110 11101 1010011 1000000 101011

Color Harmonies of #7FB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB428

Black with #7FB428

Text Example


Text Example

White with #7FB428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,180,40); }

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

background-color css

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

 a { background-color: rgb(127,180,40); }

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

border-color css

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

 span { border-color: rgb(127,180,40); }

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