Html Css Color HEX #20ED30 Lime Green

📋 copy color: '#20ED30'

red 32 ◦ green 237 ◦ blue 48

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

Shades of Lime Green #20ED30

Tints of Lime Green #20ED30

RGB

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

 GREEN value IS 237 (92.97% from 255) = 74.76%

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

R = 10.09%
G = 74.76%
B = 15.14%

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

#20ED30 (or 0x20ED30) is known color: Lime Green. HEX triplet: 20, ED and 30. RGB value is (32,237,48). Sum of RGB (Red+Green+Blue) = 32+237+48=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 237 (92.97% from 255 or 74.76% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20ED30 is #DF12CF. Grayscale: #9A9A9A. Windows color (decimal): -14619344 or 3206432. OLE color: 3206432.

HSL color Cylindrical-coordinate representation of color #20ED30: hue angle of 124.68º degrees, saturation: 0.85, 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 #20ED30 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 237 48 -
CMYK 0.86 0 0.80 0.07
HSL 124.68º 0.85% 0.53% -
HSV(B) 124.68º 0.86% 0.93% -
XYZ 31.41 61.09 12.93 -
YUV 154.16 68.08 40.87 -
System Red Green Blue C M Y K H S L
Decimal 32 237 48 0.86 0 0.80 0.07 124.68 0.85 0.53
Hex 20 ED 30 56 0 50 7 7D 55 35
Octal 40 355 60 126 0 120 7 175 125 65
Binary 100000 11101101 110000 1010110 0 1010000 111 1111101 1010101 110101

Color Harmonies of #20ED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ED30

Black with #20ED30

Text Example


Text Example

White with #20ED30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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