Html Css Color HEX #7DB21D Lima

📋 copy color: '#7DB21D'

red 125 ◦ green 178 ◦ blue 29

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

Shades of Lima #7DB21D

Tints of Lima #7DB21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.61%

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 37.65%
G = 53.61%
B = 8.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#7DB21D (or 0x7DB21D) is known color: Lima. HEX triplet: 7D, B2 and 1D. RGB value is (125,178,29). Sum of RGB (Red+Green+Blue) = 125+178+29=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB21D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB21D is #824DE2. Grayscale: #919191. Windows color (decimal): -8539619 or 1946237. OLE color: 1946237.

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

Color convert

RGB 125 178 29 -
CMYK 0.30 0 0.84 0.30
HSL 81.34º 0.72% 0.41% -
HSV(B) 81.34º 0.84% 0.7% -
XYZ 24.6 36.29 6.87 -
YUV 145.17 62.44 113.62 -
System Red Green Blue C M Y K H S L
Decimal 125 178 29 0.30 0 0.84 0.30 81.34 0.72 0.41
Hex 7D B2 1D 1E 0 54 1E 51 48 29
Octal 175 262 35 36 0 124 36 121 110 51
Binary 1111101 10110010 11101 11110 0 1010100 11110 1010001 1001000 101001

Color Harmonies of #7DB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB21D

Black with #7DB21D

Text Example


Text Example

White with #7DB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,29); }

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

background-color css

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

 a { background-color: rgb(125,178,29); }

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

border-color css

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

 span { border-color: rgb(125,178,29); }

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