Html Css Color HEX #20D235 Lime Green

📋 copy color: '#20D235'

red 32 ◦ green 210 ◦ blue 53

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

Shades of Lime Green #20D235

Tints of Lime Green #20D235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 71.19%

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

R = 10.85%
G = 71.19%
B = 17.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#20D235 (or 0x20D235) is known color: Lime Green. HEX triplet: 20, D2 and 35. RGB value is (32,210,53). Sum of RGB (Red+Green+Blue) = 32+210+53=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #20D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D235 is #DF2DCA. Grayscale: #8B8B8B. Windows color (decimal): -14626251 or 3527200. OLE color: 3527200.

HSL color Cylindrical-coordinate representation of color #20D235: hue angle of 127.08º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D235 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 53 -
CMYK 0.85 0 0.75 0.18
HSL 127.08º 0.74% 0.47% -
HSV(B) 127.08º 0.85% 0.82% -
XYZ 24.28 46.66 11.09 -
YUV 138.88 79.53 51.77 -
System Red Green Blue C M Y K H S L
Decimal 32 210 53 0.85 0 0.75 0.18 127.08 0.74 0.47
Hex 20 D2 35 55 0 4B 12 7F 4A 2F
Octal 40 322 65 125 0 113 22 177 112 57
Binary 100000 11010010 110101 1010101 0 1001011 10010 1111111 1001010 101111

Color Harmonies of #20D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D235

Black with #20D235

Text Example


Text Example

White with #20D235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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