Html Css Color HEX #7DC039 Lima

📋 copy color: '#7DC039'

red 125 ◦ green 192 ◦ blue 57

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

Shades of Lima #7DC039

Tints of Lima #7DC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.24%

R = 33.42%
G = 51.34%
B = 15.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#7DC039 (or 0x7DC039) is known color: Lima. HEX triplet: 7D, C0 and 39. RGB value is (125,192,57). Sum of RGB (Red+Green+Blue) = 125+192+57=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC039 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC039 is #823FC6. Grayscale: #9D9D9D. Windows color (decimal): -8536007 or 3784829. OLE color: 3784829.

HSL color Cylindrical-coordinate representation of color #7DC039: hue angle of 89.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DC039 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 57 -
CMYK 0.35 0 0.70 0.25
HSL 89.78º 0.54% 0.49% -
HSV(B) 89.78º 0.7% 0.75% -
XYZ 28.05 42.35 10.57 -
YUV 156.58 71.8 105.48 -
System Red Green Blue C M Y K H S L
Decimal 125 192 57 0.35 0 0.70 0.25 89.78 0.54 0.49
Hex 7D C0 39 23 0 46 19 5A 36 31
Octal 175 300 71 43 0 106 31 132 66 61
Binary 1111101 11000000 111001 100011 0 1000110 11001 1011010 110110 110001

Color Harmonies of #7DC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC039

Black with #7DC039

Text Example


Text Example

White with #7DC039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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