Html Css Color HEX #7FB504 Lima

📋 copy color: '#7FB504'

red 127 ◦ green 181 ◦ blue 4

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

Shades of Lima #7FB504

Tints of Lima #7FB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.01%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 40.71%
G = 58.01%
B = 1.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#7FB504 (or 0x7FB504) is known color: Lima. HEX triplet: 7F, B5 and 04. RGB value is (127,181,4). Sum of RGB (Red+Green+Blue) = 127+181+4=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB504 is #804AFB. Grayscale: #919191. Windows color (decimal): -8407804 or 308607. OLE color: 308607.

HSL color Cylindrical-coordinate representation of color #7FB504: hue angle of 78.31º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FB504 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 181 4 -
CMYK 0.30 0 0.98 0.29
HSL 78.31º 0.96% 0.36% -
HSV(B) 78.31º 0.98% 0.71% -
XYZ 25.3 37.57 6.03 -
YUV 144.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 127 181 4 0.30 0 0.98 0.29 78.31 0.96 0.36
Hex 7F B5 4 1E 0 62 1D 4E 60 24
Octal 177 265 4 36 0 142 35 116 140 44
Binary 1111111 10110101 100 11110 0 1100010 11101 1001110 1100000 100100

Color Harmonies of #7FB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB504

Black with #7FB504

Text Example


Text Example

White with #7FB504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,181,4); }

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

background-color css

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

 a { background-color: rgb(127,181,4); }

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

border-color css

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

 span { border-color: rgb(127,181,4); }

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