Html Css Color HEX #20D025 Lime Green

📋 copy color: '#20D025'

red 32 ◦ green 208 ◦ blue 37

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

Shades of Lime Green #20D025

Tints of Lime Green #20D025

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.09%

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

R = 11.55%
G = 75.09%
B = 13.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#20D025 (or 0x20D025) is known color: Lime Green. HEX triplet: 20, D0 and 25. RGB value is (32,208,37). Sum of RGB (Red+Green+Blue) = 32+208+37=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #20D025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D025 is #DF2FDA. Grayscale: #888888. Windows color (decimal): -14626779 or 2478112. OLE color: 2478112.

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

Color convert

RGB 32 208 37 -
CMYK 0.85 0 0.82 0.18
HSL 121.7º 0.73% 0.47% -
HSV(B) 121.7º 0.85% 0.82% -
XYZ 23.49 45.55 9.3 -
YUV 135.88 72.19 53.9 -
System Red Green Blue C M Y K H S L
Decimal 32 208 37 0.85 0 0.82 0.18 121.7 0.73 0.47
Hex 20 D0 25 55 0 52 12 7A 49 2F
Octal 40 320 45 125 0 122 22 172 111 57
Binary 100000 11010000 100101 1010101 0 1010010 10010 1111010 1001001 101111

Color Harmonies of #20D025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D025

Black with #20D025

Text Example


Text Example

White with #20D025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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