Html Css Color HEX #7DC524 Lima

📋 copy color: '#7DC524'

red 125 ◦ green 197 ◦ blue 36

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

Shades of Lima #7DC524

Tints of Lima #7DC524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.03%

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 34.92%
G = 55.03%
B = 10.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#7DC524 (or 0x7DC524) is known color: Lima. HEX triplet: 7D, C5 and 24. RGB value is (125,197,36). Sum of RGB (Red+Green+Blue) = 125+197+36=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC524 is #823ADB. Grayscale: #9D9D9D. Windows color (decimal): -8534748 or 2409853. OLE color: 2409853.

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

Color convert

RGB 125 197 36 -
CMYK 0.37 0 0.82 0.23
HSL 86.83º 0.69% 0.46% -
HSV(B) 86.83º 0.82% 0.77% -
XYZ 28.74 44.42 8.73 -
YUV 157.12 59.65 105.09 -
System Red Green Blue C M Y K H S L
Decimal 125 197 36 0.37 0 0.82 0.23 86.83 0.69 0.46
Hex 7D C5 24 25 0 52 17 57 45 2E
Octal 175 305 44 45 0 122 27 127 105 56
Binary 1111101 11000101 100100 100101 0 1010010 10111 1010111 1000101 101110

Color Harmonies of #7DC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC524

Black with #7DC524

Text Example


Text Example

White with #7DC524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,197,36); }

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

background-color css

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

 a { background-color: rgb(125,197,36); }

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

border-color css

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

 span { border-color: rgb(125,197,36); }

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