Html Css Color HEX #7DBD2C Lima

📋 copy color: '#7DBD2C'

red 125 ◦ green 189 ◦ blue 44

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

Shades of Lima #7DBD2C

Tints of Lima #7DBD2C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.79%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 34.92%
G = 52.79%
B = 12.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#7DBD2C (or 0x7DBD2C) is known color: Lima. HEX triplet: 7D, BD and 2C. RGB value is (125,189,44). Sum of RGB (Red+Green+Blue) = 125+189+44=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD2C is #8242D3. Grayscale: #999999. Windows color (decimal): -8536788 or 2932093. OLE color: 2932093.

HSL color Cylindrical-coordinate representation of color #7DBD2C: hue angle of 86.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DBD2C is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 44 -
CMYK 0.34 0 0.77 0.26
HSL 86.48º 0.62% 0.46% -
HSV(B) 86.48º 0.77% 0.74% -
XYZ 27.11 40.94 8.86 -
YUV 153.33 66.3 107.79 -
System Red Green Blue C M Y K H S L
Decimal 125 189 44 0.34 0 0.77 0.26 86.48 0.62 0.46
Hex 7D BD 2C 22 0 4D 1A 56 3E 2E
Octal 175 275 54 42 0 115 32 126 76 56
Binary 1111101 10111101 101100 100010 0 1001101 11010 1010110 111110 101110

Color Harmonies of #7DBD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD2C

Black with #7DBD2C

Text Example


Text Example

White with #7DBD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,44); }

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

background-color css

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

 a { background-color: rgb(125,189,44); }

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

border-color css

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

 span { border-color: rgb(125,189,44); }

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