Html Css Color HEX #7FB102 Lima

📋 copy color: '#7FB102'

red 127 ◦ green 177 ◦ blue 2

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

Shades of Lima #7FB102

Tints of Lima #7FB102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.84%

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

R = 41.5%
G = 57.84%
B = 0.65%

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

#7FB102 (or 0x7FB102) is known color: Lima. HEX triplet: 7F, B1 and 02. RGB value is (127,177,2). Sum of RGB (Red+Green+Blue) = 127+177+2=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB102 is #804EFD. Grayscale: #8E8E8E. Windows color (decimal): -8408830 or 176511. OLE color: 176511.

HSL color Cylindrical-coordinate representation of color #7FB102: hue angle of 77.14º 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 #7FB102 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 2 -
CMYK 0.28 0 0.99 0.31
HSL 77.14º 0.98% 0.35% -
HSV(B) 77.14º 0.99% 0.69% -
XYZ 24.49 35.96 5.71 -
YUV 142.1 48.94 117.23 -
System Red Green Blue C M Y K H S L
Decimal 127 177 2 0.28 0 0.99 0.31 77.14 0.98 0.35
Hex 7F B1 2 1C 0 63 1F 4D 62 23
Octal 177 261 2 34 0 143 37 115 142 43
Binary 1111111 10110001 10 11100 0 1100011 11111 1001101 1100010 100011

Color Harmonies of #7FB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB102

Black with #7FB102

Text Example


Text Example

White with #7FB102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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