Html Css Color HEX #7DB025 Lima

📋 copy color: '#7DB025'

red 125 ◦ green 176 ◦ blue 37

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

Shades of Lima #7DB025

Tints of Lima #7DB025

RGB

 RED value IS 125 (49.22% from 255) = 36.98%

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

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

R = 36.98%
G = 52.07%
B = 10.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#7DB025 (or 0x7DB025) is known color: Lima. HEX triplet: 7D, B0 and 25. RGB value is (125,176,37). Sum of RGB (Red+Green+Blue) = 125+176+37=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB025 is #824FDA. Grayscale: #919191. Windows color (decimal): -8540123 or 2470013. OLE color: 2470013.

HSL color Cylindrical-coordinate representation of color #7DB025: hue angle of 82.01º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DB025 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 37 -
CMYK 0.29 0 0.79 0.31
HSL 82.01º 0.65% 0.42% -
HSV(B) 82.01º 0.79% 0.69% -
XYZ 24.32 35.54 7.33 -
YUV 144.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 125 176 37 0.29 0 0.79 0.31 82.01 0.65 0.42
Hex 7D B0 25 1D 0 4F 1F 52 41 2A
Octal 175 260 45 35 0 117 37 122 101 52
Binary 1111101 10110000 100101 11101 0 1001111 11111 1010010 1000001 101010

Color Harmonies of #7DB025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB025

Black with #7DB025

Text Example


Text Example

White with #7DB025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,37); }

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

background-color css

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

 a { background-color: rgb(125,176,37); }

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

border-color css

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

 span { border-color: rgb(125,176,37); }

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