Html Css Color HEX #7DBA37 Lima

📋 copy color: '#7DBA37'

red 125 ◦ green 186 ◦ blue 55

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

Shades of Lima #7DBA37

Tints of Lima #7DBA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.82%

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

R = 34.15%
G = 50.82%
B = 15.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#7DBA37 (or 0x7DBA37) is known color: Lima. HEX triplet: 7D, BA and 37. RGB value is (125,186,55). Sum of RGB (Red+Green+Blue) = 125+186+55=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA37 is #8245C8. Grayscale: #999999. Windows color (decimal): -8537545 or 3652221. OLE color: 3652221.

HSL color Cylindrical-coordinate representation of color #7DBA37: hue angle of 87.94º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DBA37 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 55 -
CMYK 0.33 0 0.70 0.27
HSL 87.94º 0.54% 0.47% -
HSV(B) 87.94º 0.7% 0.73% -
XYZ 26.71 39.75 9.88 -
YUV 152.83 72.79 108.15 -
System Red Green Blue C M Y K H S L
Decimal 125 186 55 0.33 0 0.70 0.27 87.94 0.54 0.47
Hex 7D BA 37 21 0 46 1B 58 36 2F
Octal 175 272 67 41 0 106 33 130 66 57
Binary 1111101 10111010 110111 100001 0 1000110 11011 1011000 110110 101111

Color Harmonies of #7DBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA37

Black with #7DBA37

Text Example


Text Example

White with #7DBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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