Html Css Color HEX #20EC30 Lime Green

📋 copy color: '#20EC30'

red 32 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #20EC30

Tints of Lime Green #20EC30

RGB

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

 GREEN value IS 236 (92.58% from 255) = 74.68%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 10.13%
G = 74.68%
B = 15.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#20EC30 (or 0x20EC30) is known color: Lime Green. HEX triplet: 20, EC and 30. RGB value is (32,236,48). Sum of RGB (Red+Green+Blue) = 32+236+48=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC30 is #DF13CF. Grayscale: #9A9A9A. Windows color (decimal): -14619600 or 3206176. OLE color: 3206176.

HSL color Cylindrical-coordinate representation of color #20EC30: hue angle of 124.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC30 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 236 48 -
CMYK 0.86 0 0.80 0.07
HSL 124.71º 0.84% 0.53% -
HSV(B) 124.71º 0.86% 0.93% -
XYZ 31.12 60.51 12.84 -
YUV 153.57 68.41 41.29 -
System Red Green Blue C M Y K H S L
Decimal 32 236 48 0.86 0 0.80 0.07 124.71 0.84 0.53
Hex 20 EC 30 56 0 50 7 7D 54 35
Octal 40 354 60 126 0 120 7 175 124 65
Binary 100000 11101100 110000 1010110 0 1010000 111 1111101 1010100 110101

Color Harmonies of #20EC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EC30

Black with #20EC30

Text Example


Text Example

White with #20EC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,236,48); }

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

background-color css

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

 a { background-color: rgb(32,236,48); }

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

border-color css

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

 span { border-color: rgb(32,236,48); }

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