Html Css Color HEX #7DB32C Lima

📋 copy color: '#7DB32C'

red 125 ◦ green 179 ◦ blue 44

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

Shades of Lima #7DB32C

Tints of Lima #7DB32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.44%

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

R = 35.92%
G = 51.44%
B = 12.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#7DB32C (or 0x7DB32C) is known color: Lima. HEX triplet: 7D, B3 and 2C. RGB value is (125,179,44). Sum of RGB (Red+Green+Blue) = 125+179+44=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB32C is #824CD3. Grayscale: #939393. Windows color (decimal): -8539348 or 2929533. OLE color: 2929533.

HSL color Cylindrical-coordinate representation of color #7DB32C: hue angle of 84º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DB32C is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 44 -
CMYK 0.30 0 0.75 0.30
HSL 84º 0.61% 0.44% -
HSV(B) 84º 0.75% 0.7% -
XYZ 25.03 36.78 8.16 -
YUV 147.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 125 179 44 0.30 0 0.75 0.30 84 0.61 0.44
Hex 7D B3 2C 1E 0 4B 1E 54 3D 2C
Octal 175 263 54 36 0 113 36 124 75 54
Binary 1111101 10110011 101100 11110 0 1001011 11110 1010100 111101 101100

Color Harmonies of #7DB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB32C

Black with #7DB32C

Text Example


Text Example

White with #7DB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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