Html Css Color HEX #20EB30 Lime Green

📋 copy color: '#20EB30'

red 32 ◦ green 235 ◦ blue 48

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

Shades of Lime Green #20EB30

Tints of Lime Green #20EB30

RGB

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

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

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

R = 10.16%
G = 74.6%
B = 15.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#20EB30 (or 0x20EB30) is known color: Lime Green. HEX triplet: 20, EB and 30. RGB value is (32,235,48). Sum of RGB (Red+Green+Blue) = 32+235+48=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EB30 is #DF14CF. Grayscale: #999999. Windows color (decimal): -14619856 or 3205920. OLE color: 3205920.

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

Color convert

RGB 32 235 48 -
CMYK 0.86 0 0.80 0.08
HSL 124.73º 0.84% 0.52% -
HSV(B) 124.73º 0.86% 0.92% -
XYZ 30.84 59.94 12.74 -
YUV 152.99 68.75 41.71 -
System Red Green Blue C M Y K H S L
Decimal 32 235 48 0.86 0 0.80 0.08 124.73 0.84 0.52
Hex 20 EB 30 56 0 50 8 7D 54 34
Octal 40 353 60 126 0 120 10 175 124 64
Binary 100000 11101011 110000 1010110 0 1010000 1000 1111101 1010100 110100

Color Harmonies of #20EB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EB30

Black with #20EB30

Text Example


Text Example

White with #20EB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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