Html Css Color HEX #7FB004 Lima

📋 copy color: '#7FB004'

red 127 ◦ green 176 ◦ blue 4

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

Shades of Lima #7FB004

Tints of Lima #7FB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.33%

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

R = 41.37%
G = 57.33%
B = 1.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#7FB004 (or 0x7FB004) is known color: Lima. HEX triplet: 7F, B0 and 04. RGB value is (127,176,4). Sum of RGB (Red+Green+Blue) = 127+176+4=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB004 is #804FFB. Grayscale: #8E8E8E. Windows color (decimal): -8409084 or 307327. OLE color: 307327.

HSL color Cylindrical-coordinate representation of color #7FB004: hue angle of 77.09º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FB004 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 4 -
CMYK 0.28 0 0.98 0.31
HSL 77.09º 0.96% 0.35% -
HSV(B) 77.09º 0.98% 0.69% -
XYZ 24.3 35.57 5.7 -
YUV 141.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 127 176 4 0.28 0 0.98 0.31 77.09 0.96 0.35
Hex 7F B0 4 1C 0 62 1F 4D 60 23
Octal 177 260 4 34 0 142 37 115 140 43
Binary 1111111 10110000 100 11100 0 1100010 11111 1001101 1100000 100011

Color Harmonies of #7FB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB004

Black with #7FB004

Text Example


Text Example

White with #7FB004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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