Html Css Color HEX #20DF35 Lime Green

📋 copy color: '#20DF35'

red 32 ◦ green 223 ◦ blue 53

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

Shades of Lime Green #20DF35

Tints of Lime Green #20DF35

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.4%

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 10.39%
G = 72.4%
B = 17.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#20DF35 (or 0x20DF35) is known color: Lime Green. HEX triplet: 20, DF and 35. RGB value is (32,223,53). Sum of RGB (Red+Green+Blue) = 32+223+53=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF35 is #DF20CA. Grayscale: #939393. Windows color (decimal): -14622923 or 3530528. OLE color: 3530528.

HSL color Cylindrical-coordinate representation of color #20DF35: hue angle of 126.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF35 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 223 53 -
CMYK 0.86 0 0.76 0.13
HSL 126.6º 0.75% 0.5% -
HSV(B) 126.6º 0.86% 0.87% -
XYZ 27.63 53.34 12.21 -
YUV 146.51 75.22 46.32 -
System Red Green Blue C M Y K H S L
Decimal 32 223 53 0.86 0 0.76 0.13 126.6 0.75 0.5
Hex 20 DF 35 56 0 4C D 7F 4B 32
Octal 40 337 65 126 0 114 15 177 113 62
Binary 100000 11011111 110101 1010110 0 1001100 1101 1111111 1001011 110010

Color Harmonies of #20DF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF35

Black with #20DF35

Text Example


Text Example

White with #20DF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,223,53); }

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

background-color css

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

 a { background-color: rgb(32,223,53); }

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

border-color css

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

 span { border-color: rgb(32,223,53); }

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