Html Css Color HEX #7FB625 Lima

📋 copy color: '#7FB625'

red 127 ◦ green 182 ◦ blue 37

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

Shades of Lima #7FB625

Tints of Lima #7FB625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.6%

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 36.71%
G = 52.6%
B = 10.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#7FB625 (or 0x7FB625) is known color: Lima. HEX triplet: 7F, B6 and 25. RGB value is (127,182,37). Sum of RGB (Red+Green+Blue) = 127+182+37=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB625 is #8049DA. Grayscale: #959595. Windows color (decimal): -8407515 or 2471551. OLE color: 2471551.

HSL color Cylindrical-coordinate representation of color #7FB625: hue angle of 82.76º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FB625 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 182 37 -
CMYK 0.30 0 0.80 0.29
HSL 82.76º 0.66% 0.43% -
HSV(B) 82.76º 0.8% 0.71% -
XYZ 25.81 38.1 7.74 -
YUV 149.03 64.78 112.29 -
System Red Green Blue C M Y K H S L
Decimal 127 182 37 0.30 0 0.80 0.29 82.76 0.66 0.43
Hex 7F B6 25 1E 0 50 1D 53 42 2B
Octal 177 266 45 36 0 120 35 123 102 53
Binary 1111111 10110110 100101 11110 0 1010000 11101 1010011 1000010 101011

Color Harmonies of #7FB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB625

Black with #7FB625

Text Example


Text Example

White with #7FB625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,182,37); }

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

background-color css

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

 a { background-color: rgb(127,182,37); }

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

border-color css

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

 span { border-color: rgb(127,182,37); }

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