Html Css Color HEX #7FB02D Lima

📋 copy color: '#7FB02D'

red 127 ◦ green 176 ◦ blue 45

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

Shades of Lima #7FB02D

Tints of Lima #7FB02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 36.49%
G = 50.57%
B = 12.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#7FB02D (or 0x7FB02D) is known color: Lima. HEX triplet: 7F, B0 and 2D. RGB value is (127,176,45). Sum of RGB (Red+Green+Blue) = 127+176+45=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB02D is #804FD2. Grayscale: #929292. Windows color (decimal): -8409043 or 2994303. OLE color: 2994303.

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

Color convert

RGB 127 176 45 -
CMYK 0.28 0 0.74 0.31
HSL 82.44º 0.59% 0.43% -
HSV(B) 82.44º 0.74% 0.69% -
XYZ 24.75 35.75 8.08 -
YUV 146.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 127 176 45 0.28 0 0.74 0.31 82.44 0.59 0.43
Hex 7F B0 2D 1C 0 4A 1F 52 3B 2B
Octal 177 260 55 34 0 112 37 122 73 53
Binary 1111111 10110000 101101 11100 0 1001010 11111 1010010 111011 101011

Color Harmonies of #7FB02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB02D

Black with #7FB02D

Text Example


Text Example

White with #7FB02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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