Html Css Color HEX #7DB51C Lima

📋 copy color: '#7DB51C'

red 125 ◦ green 181 ◦ blue 28

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

Shades of Lima #7DB51C

Tints of Lima #7DB51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 37.43%
G = 54.19%
B = 8.38%

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

#7DB51C (or 0x7DB51C) is known color: Lima. HEX triplet: 7D, B5 and 1C. RGB value is (125,181,28). Sum of RGB (Red+Green+Blue) = 125+181+28=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB51C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB51C is #824AE3. Grayscale: #939393. Windows color (decimal): -8538852 or 1881469. OLE color: 1881469.

HSL color Cylindrical-coordinate representation of color #7DB51C: hue angle of 81.96º degrees, saturation: 0.73, 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 #7DB51C is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 28 -
CMYK 0.31 0 0.85 0.29
HSL 81.96º 0.73% 0.41% -
HSV(B) 81.96º 0.85% 0.71% -
XYZ 25.19 37.49 7.01 -
YUV 146.81 60.95 112.44 -
System Red Green Blue C M Y K H S L
Decimal 125 181 28 0.31 0 0.85 0.29 81.96 0.73 0.41
Hex 7D B5 1C 1F 0 55 1D 52 49 29
Octal 175 265 34 37 0 125 35 122 111 51
Binary 1111101 10110101 11100 11111 0 1010101 11101 1010010 1001001 101001

Color Harmonies of #7DB51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB51C

Black with #7DB51C

Text Example


Text Example

White with #7DB51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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