Html Css Color HEX #7FB002 Lima

📋 copy color: '#7FB002'

red 127 ◦ green 176 ◦ blue 2

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

Shades of Lima #7FB002

Tints of Lima #7FB002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 41.64%
G = 57.7%
B = 0.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#7FB002 (or 0x7FB002) is known color: Lima. HEX triplet: 7F, B0 and 02. RGB value is (127,176,2). Sum of RGB (Red+Green+Blue) = 127+176+2=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB002 is #804FFD. Grayscale: #8E8E8E. Windows color (decimal): -8409086 or 176255. OLE color: 176255.

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

Color convert

RGB 127 176 2 -
CMYK 0.28 0 0.99 0.31
HSL 76.9º 0.98% 0.35% -
HSV(B) 76.9º 0.99% 0.69% -
XYZ 24.29 35.57 5.64 -
YUV 141.51 49.27 117.65 -
System Red Green Blue C M Y K H S L
Decimal 127 176 2 0.28 0 0.99 0.31 76.9 0.98 0.35
Hex 7F B0 2 1C 0 63 1F 4D 62 23
Octal 177 260 2 34 0 143 37 115 142 43
Binary 1111111 10110000 10 11100 0 1100011 11111 1001101 1100010 100011

Color Harmonies of #7FB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB002

Black with #7FB002

Text Example


Text Example

White with #7FB002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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