Html Css Color HEX #7DBA2D Lima

📋 copy color: '#7DBA2D'

red 125 ◦ green 186 ◦ blue 45

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

Shades of Lima #7DBA2D

Tints of Lima #7DBA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 35.11%
G = 52.25%
B = 12.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#7DBA2D (or 0x7DBA2D) is known color: Lima. HEX triplet: 7D, BA and 2D. RGB value is (125,186,45). Sum of RGB (Red+Green+Blue) = 125+186+45=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA2D is #8245D2. Grayscale: #989898. Windows color (decimal): -8537555 or 2996861. OLE color: 2996861.

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

Color convert

RGB 125 186 45 -
CMYK 0.33 0 0.76 0.27
HSL 85.96º 0.61% 0.45% -
HSV(B) 85.96º 0.76% 0.73% -
XYZ 26.49 39.67 8.74 -
YUV 151.69 67.79 108.96 -
System Red Green Blue C M Y K H S L
Decimal 125 186 45 0.33 0 0.76 0.27 85.96 0.61 0.45
Hex 7D BA 2D 21 0 4C 1B 56 3D 2D
Octal 175 272 55 41 0 114 33 126 75 55
Binary 1111101 10111010 101101 100001 0 1001100 11011 1010110 111101 101101

Color Harmonies of #7DBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA2D

Black with #7DBA2D

Text Example


Text Example

White with #7DBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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