Html Css Color HEX #7DBA3A Lima

📋 copy color: '#7DBA3A'

red 125 ◦ green 186 ◦ blue 58

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

Shades of Lima #7DBA3A

Tints of Lima #7DBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 33.88%
G = 50.41%
B = 15.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#7DBA3A (or 0x7DBA3A) is known color: Lima. HEX triplet: 7D, BA and 3A. RGB value is (125,186,58). Sum of RGB (Red+Green+Blue) = 125+186+58=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA3A is #8245C5. Grayscale: #999999. Windows color (decimal): -8537542 or 3848829. OLE color: 3848829.

HSL color Cylindrical-coordinate representation of color #7DBA3A: hue angle of 88.59º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DBA3A is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 58 -
CMYK 0.33 0 0.69 0.27
HSL 88.59º 0.52% 0.48% -
HSV(B) 88.59º 0.69% 0.73% -
XYZ 26.78 39.78 10.27 -
YUV 153.17 74.29 107.91 -
System Red Green Blue C M Y K H S L
Decimal 125 186 58 0.33 0 0.69 0.27 88.59 0.52 0.48
Hex 7D BA 3A 21 0 45 1B 59 34 30
Octal 175 272 72 41 0 105 33 131 64 60
Binary 1111101 10111010 111010 100001 0 1000101 11011 1011001 110100 110000

Color Harmonies of #7DBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA3A

Black with #7DBA3A

Text Example


Text Example

White with #7DBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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