Html Css Color HEX #7FB304 Lima

📋 copy color: '#7FB304'

red 127 ◦ green 179 ◦ blue 4

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

Shades of Lima #7FB304

Tints of Lima #7FB304

RGB

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

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

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

R = 40.97%
G = 57.74%
B = 1.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#7FB304 (or 0x7FB304) is known color: Lima. HEX triplet: 7F, B3 and 04. RGB value is (127,179,4). Sum of RGB (Red+Green+Blue) = 127+179+4=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB304 is #804CFB. Grayscale: #909090. Windows color (decimal): -8408316 or 308095. OLE color: 308095.

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

Color convert

RGB 127 179 4 -
CMYK 0.29 0 0.98 0.30
HSL 77.83º 0.96% 0.36% -
HSV(B) 77.83º 0.98% 0.7% -
XYZ 24.89 36.76 5.9 -
YUV 143.5 49.27 116.23 -
System Red Green Blue C M Y K H S L
Decimal 127 179 4 0.29 0 0.98 0.30 77.83 0.96 0.36
Hex 7F B3 4 1D 0 62 1E 4E 60 24
Octal 177 263 4 35 0 142 36 116 140 44
Binary 1111111 10110011 100 11101 0 1100010 11110 1001110 1100000 100100

Color Harmonies of #7FB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB304

Black with #7FB304

Text Example


Text Example

White with #7FB304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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