Html Css Color HEX #20D741 Lime Green

📋 copy color: '#20D741'

red 32 ◦ green 215 ◦ blue 65

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

Shades of Lime Green #20D741

Tints of Lime Green #20D741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 10.26%
G = 68.91%
B = 20.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#20D741 (or 0x20D741) is known color: Lime Green. HEX triplet: 20, D7 and 41. RGB value is (32,215,65). Sum of RGB (Red+Green+Blue) = 32+215+65=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #20D741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D741 is #DF28BE. Grayscale: #8F8F8F. Windows color (decimal): -14624959 or 4314912. OLE color: 4314912.

HSL color Cylindrical-coordinate representation of color #20D741: hue angle of 130.82º 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 #20D741 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 215 65 -
CMYK 0.85 0 0.70 0.16
HSL 130.82º 0.74% 0.48% -
HSV(B) 130.82º 0.85% 0.84% -
XYZ 25.85 49.29 13.15 -
YUV 143.18 83.87 48.7 -
System Red Green Blue C M Y K H S L
Decimal 32 215 65 0.85 0 0.70 0.16 130.82 0.74 0.48
Hex 20 D7 41 55 0 46 10 83 4A 30
Octal 40 327 101 125 0 106 20 203 112 60
Binary 100000 11010111 1000001 1010101 0 1000110 10000 10000011 1001010 110000

Color Harmonies of #20D741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D741

Black with #20D741

Text Example


Text Example

White with #20D741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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