Html Css Color HEX #20CD36 Lime Green

📋 copy color: '#20CD36'

red 32 ◦ green 205 ◦ blue 54

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

Shades of Lime Green #20CD36

Tints of Lime Green #20CD36

RGB

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

 GREEN value IS 205 (80.47% from 255) = 70.45%

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 11%
G = 70.45%
B = 18.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#20CD36 (or 0x20CD36) is known color: Lime Green. HEX triplet: 20, CD and 36. RGB value is (32,205,54). Sum of RGB (Red+Green+Blue) = 32+205+54=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 205 (80.47% from 255 or 70.45% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD36 is #DF32C9. Grayscale: #888888. Windows color (decimal): -14627530 or 3591456. OLE color: 3591456.

HSL color Cylindrical-coordinate representation of color #20CD36: hue angle of 127.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CD36 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 54 -
CMYK 0.84 0 0.74 0.20
HSL 127.63º 0.73% 0.46% -
HSV(B) 127.63º 0.84% 0.8% -
XYZ 23.09 44.24 10.81 -
YUV 136.06 81.69 53.78 -
System Red Green Blue C M Y K H S L
Decimal 32 205 54 0.84 0 0.74 0.20 127.63 0.73 0.46
Hex 20 CD 36 54 0 4A 14 80 49 2E
Octal 40 315 66 124 0 112 24 200 111 56
Binary 100000 11001101 110110 1010100 0 1001010 10100 10000000 1001001 101110

Color Harmonies of #20CD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD36

Black with #20CD36

Text Example


Text Example

White with #20CD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,54); }

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

background-color css

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

 a { background-color: rgb(32,205,54); }

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

border-color css

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

 span { border-color: rgb(32,205,54); }

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