Html Css Color HEX #7DAE25 Lima

📋 copy color: '#7DAE25'

red 125 ◦ green 174 ◦ blue 37

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

Shades of Lima #7DAE25

Tints of Lima #7DAE25

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.79%

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

R = 37.2%
G = 51.79%
B = 11.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#7DAE25 (or 0x7DAE25) is known color: Lima. HEX triplet: 7D, AE and 25. RGB value is (125,174,37). Sum of RGB (Red+Green+Blue) = 125+174+37=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE25 is #8251DA. Grayscale: #909090. Windows color (decimal): -8540635 or 2469501. OLE color: 2469501.

HSL color Cylindrical-coordinate representation of color #7DAE25: hue angle of 81.46º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DAE25 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 37 -
CMYK 0.28 0 0.79 0.32
HSL 81.46º 0.65% 0.41% -
HSV(B) 81.46º 0.79% 0.68% -
XYZ 23.93 34.77 7.2 -
YUV 143.73 67.77 114.64 -
System Red Green Blue C M Y K H S L
Decimal 125 174 37 0.28 0 0.79 0.32 81.46 0.65 0.41
Hex 7D AE 25 1C 0 4F 20 51 41 29
Octal 175 256 45 34 0 117 40 121 101 51
Binary 1111101 10101110 100101 11100 0 1001111 100000 1010001 1000001 101001

Color Harmonies of #7DAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE25

Black with #7DAE25

Text Example


Text Example

White with #7DAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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