Html Css Color HEX #7DB41B Lima

📋 copy color: '#7DB41B'

red 125 ◦ green 180 ◦ blue 27

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

Shades of Lima #7DB41B

Tints of Lima #7DB41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.22%

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 37.65%
G = 54.22%
B = 8.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#7DB41B (or 0x7DB41B) is known color: Lima. HEX triplet: 7D, B4 and 1B. RGB value is (125,180,27). Sum of RGB (Red+Green+Blue) = 125+180+27=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB41B is #824BE4. Grayscale: #929292. Windows color (decimal): -8539109 or 1815677. OLE color: 1815677.

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

Color convert

RGB 125 180 27 -
CMYK 0.31 0 0.85 0.29
HSL 81.57º 0.74% 0.41% -
HSV(B) 81.57º 0.85% 0.71% -
XYZ 24.98 37.08 6.88 -
YUV 146.11 60.78 112.94 -
System Red Green Blue C M Y K H S L
Decimal 125 180 27 0.31 0 0.85 0.29 81.57 0.74 0.41
Hex 7D B4 1B 1F 0 55 1D 52 4A 29
Octal 175 264 33 37 0 125 35 122 112 51
Binary 1111101 10110100 11011 11111 0 1010101 11101 1010010 1001010 101001

Color Harmonies of #7DB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB41B

Black with #7DB41B

Text Example


Text Example

White with #7DB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,27); }

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

background-color css

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

 a { background-color: rgb(125,180,27); }

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

border-color css

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

 span { border-color: rgb(125,180,27); }

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