Html Css Color HEX #20D725 Lime Green

📋 copy color: '#20D725'

red 32 ◦ green 215 ◦ blue 37

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

Shades of Lime Green #20D725

Tints of Lime Green #20D725

RGB

 RED value IS 32 (12.89% from 255) = 11.27%

 GREEN value IS 215 (84.38% from 255) = 75.7%

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 11.27%
G = 75.7%
B = 13.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#20D725 (or 0x20D725) is known color: Lime Green. HEX triplet: 20, D7 and 25. RGB value is (32,215,37). Sum of RGB (Red+Green+Blue) = 32+215+37=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #20D725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D725 is #DF28DA. Grayscale: #8C8C8C. Windows color (decimal): -14624987 or 2479904. OLE color: 2479904.

HSL color Cylindrical-coordinate representation of color #20D725: hue angle of 121.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D725 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 215 37 -
CMYK 0.85 0 0.83 0.16
HSL 121.64º 0.74% 0.48% -
HSV(B) 121.64º 0.85% 0.84% -
XYZ 25.23 49.04 9.89 -
YUV 139.99 69.87 50.97 -
System Red Green Blue C M Y K H S L
Decimal 32 215 37 0.85 0 0.83 0.16 121.64 0.74 0.48
Hex 20 D7 25 55 0 53 10 7A 4A 30
Octal 40 327 45 125 0 123 20 172 112 60
Binary 100000 11010111 100101 1010101 0 1010011 10000 1111010 1001010 110000

Color Harmonies of #20D725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D725

Black with #20D725

Text Example


Text Example

White with #20D725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20D725; }

 p { color: rgb(32,215,37); }

 H1.HeaderClassName
 {
   color: #20D725;
 }
 .AnyTagClassName
 {
   color: #20D725;
 }
</style>

background-color css

<style>
 a { background-color: #20D725; }

 a { background-color: rgb(32,215,37); }

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

border-color css

<style>
 span { border-color: #20D725; }

 span { border-color: rgb(32,215,37); }

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