Html Css Color HEX #7DC725 Lima

📋 copy color: '#7DC725'

red 125 ◦ green 199 ◦ blue 37

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

Shades of Lima #7DC725

Tints of Lima #7DC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.12%

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

R = 34.63%
G = 55.12%
B = 10.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#7DC725 (or 0x7DC725) is known color: Lima. HEX triplet: 7D, C7 and 25. RGB value is (125,199,37). Sum of RGB (Red+Green+Blue) = 125+199+37=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC725 is #8238DA. Grayscale: #9E9E9E. Windows color (decimal): -8534235 or 2475901. OLE color: 2475901.

HSL color Cylindrical-coordinate representation of color #7DC725: hue angle of 87.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DC725 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 199 37 -
CMYK 0.37 0 0.81 0.22
HSL 87.41º 0.69% 0.46% -
HSV(B) 87.41º 0.81% 0.78% -
XYZ 29.21 45.34 8.96 -
YUV 158.41 59.48 104.17 -
System Red Green Blue C M Y K H S L
Decimal 125 199 37 0.37 0 0.81 0.22 87.41 0.69 0.46
Hex 7D C7 25 25 0 51 16 57 45 2E
Octal 175 307 45 45 0 121 26 127 105 56
Binary 1111101 11000111 100101 100101 0 1010001 10110 1010111 1000101 101110

Color Harmonies of #7DC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC725

Black with #7DC725

Text Example


Text Example

White with #7DC725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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