Html Css Color HEX #20EB2A Lime Green

📋 copy color: '#20EB2A'

red 32 ◦ green 235 ◦ blue 42

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

Shades of Lime Green #20EB2A

Tints of Lime Green #20EB2A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 76.05%

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 10.36%
G = 76.05%
B = 13.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#20EB2A (or 0x20EB2A) is known color: Lime Green. HEX triplet: 20, EB and 2A. RGB value is (32,235,42). Sum of RGB (Red+Green+Blue) = 32+235+42=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 235 (92.19% from 255 or 76.05% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EB2A is #DF14D5. Grayscale: #989898. Windows color (decimal): -14619862 or 2812704. OLE color: 2812704.

HSL color Cylindrical-coordinate representation of color #20EB2A: hue angle of 122.96º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB2A is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 235 42 -
CMYK 0.86 0 0.82 0.08
HSL 122.96º 0.84% 0.52% -
HSV(B) 122.96º 0.86% 0.92% -
XYZ 30.72 59.89 12.13 -
YUV 152.3 65.75 42.19 -
System Red Green Blue C M Y K H S L
Decimal 32 235 42 0.86 0 0.82 0.08 122.96 0.84 0.52
Hex 20 EB 2A 56 0 52 8 7B 54 34
Octal 40 353 52 126 0 122 10 173 124 64
Binary 100000 11101011 101010 1010110 0 1010010 1000 1111011 1010100 110100

Color Harmonies of #20EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EB2A

Black with #20EB2A

Text Example


Text Example

White with #20EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,235,42); }

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

background-color css

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

 a { background-color: rgb(32,235,42); }

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

border-color css

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

 span { border-color: rgb(32,235,42); }

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