Html Css Color HEX #7DC037 Lima

📋 copy color: '#7DC037'

red 125 ◦ green 192 ◦ blue 55

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

Shades of Lima #7DC037

Tints of Lima #7DC037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 55 (21.88% from 255) = 14.78%

R = 33.6%
G = 51.61%
B = 14.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#7DC037 (or 0x7DC037) is known color: Lima. HEX triplet: 7D, C0 and 37. RGB value is (125,192,55). Sum of RGB (Red+Green+Blue) = 125+192+55=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC037 is #823FC8. Grayscale: #9C9C9C. Windows color (decimal): -8536009 or 3653757. OLE color: 3653757.

HSL color Cylindrical-coordinate representation of color #7DC037: hue angle of 89.34º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DC037 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 55 -
CMYK 0.35 0 0.71 0.25
HSL 89.34º 0.55% 0.48% -
HSV(B) 89.34º 0.71% 0.75% -
XYZ 28 42.34 10.31 -
YUV 156.35 70.8 105.64 -
System Red Green Blue C M Y K H S L
Decimal 125 192 55 0.35 0 0.71 0.25 89.34 0.55 0.48
Hex 7D C0 37 23 0 47 19 59 37 30
Octal 175 300 67 43 0 107 31 131 67 60
Binary 1111101 11000000 110111 100011 0 1000111 11001 1011001 110111 110000

Color Harmonies of #7DC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC037

Black with #7DC037

Text Example


Text Example

White with #7DC037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,55); }

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

background-color css

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

 a { background-color: rgb(125,192,55); }

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

border-color css

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

 span { border-color: rgb(125,192,55); }

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