Html Css Color HEX #7DB21F Lima

📋 copy color: '#7DB21F'

red 125 ◦ green 178 ◦ blue 31

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

Shades of Lima #7DB21F

Tints of Lima #7DB21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 37.43%
G = 53.29%
B = 9.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#7DB21F (or 0x7DB21F) is known color: Lima. HEX triplet: 7D, B2 and 1F. RGB value is (125,178,31). Sum of RGB (Red+Green+Blue) = 125+178+31=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB21F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB21F is #824DE0. Grayscale: #919191. Windows color (decimal): -8539617 or 2077309. OLE color: 2077309.

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

Color convert

RGB 125 178 31 -
CMYK 0.30 0 0.83 0.30
HSL 81.63º 0.7% 0.41% -
HSV(B) 81.63º 0.83% 0.7% -
XYZ 24.63 36.3 7 -
YUV 145.4 63.44 113.45 -
System Red Green Blue C M Y K H S L
Decimal 125 178 31 0.30 0 0.83 0.30 81.63 0.7 0.41
Hex 7D B2 1F 1E 0 53 1E 52 46 29
Octal 175 262 37 36 0 123 36 122 106 51
Binary 1111101 10110010 11111 11110 0 1010011 11110 1010010 1000110 101001

Color Harmonies of #7DB21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB21F

Black with #7DB21F

Text Example


Text Example

White with #7DB21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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