Html Css Color HEX #7DB52B Lima

📋 copy color: '#7DB52B'

red 125 ◦ green 181 ◦ blue 43

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

Shades of Lima #7DB52B

Tints of Lima #7DB52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.86%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 35.82%
G = 51.86%
B = 12.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#7DB52B (or 0x7DB52B) is known color: Lima. HEX triplet: 7D, B5 and 2B. RGB value is (125,181,43). Sum of RGB (Red+Green+Blue) = 125+181+43=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB52B is #824AD4. Grayscale: #959595. Windows color (decimal): -8538837 or 2864509. OLE color: 2864509.

HSL color Cylindrical-coordinate representation of color #7DB52B: hue angle of 84.35º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DB52B is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 43 -
CMYK 0.31 0 0.76 0.29
HSL 84.35º 0.62% 0.44% -
HSV(B) 84.35º 0.76% 0.71% -
XYZ 25.42 37.58 8.2 -
YUV 148.52 68.45 111.22 -
System Red Green Blue C M Y K H S L
Decimal 125 181 43 0.31 0 0.76 0.29 84.35 0.62 0.44
Hex 7D B5 2B 1F 0 4C 1D 54 3E 2C
Octal 175 265 53 37 0 114 35 124 76 54
Binary 1111101 10110101 101011 11111 0 1001100 11101 1010100 111110 101100

Color Harmonies of #7DB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB52B

Black with #7DB52B

Text Example


Text Example

White with #7DB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,43); }

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

background-color css

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

 a { background-color: rgb(125,181,43); }

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

border-color css

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

 span { border-color: rgb(125,181,43); }

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