Html Css Color HEX #20AE30 Lime Green

📋 copy color: '#20AE30'

red 32 ◦ green 174 ◦ blue 48

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

Shades of Lime Green #20AE30

Tints of Lime Green #20AE30

RGB

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

 GREEN value IS 174 (68.36% from 255) = 68.5%

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

R = 12.6%
G = 68.5%
B = 18.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#20AE30 (or 0x20AE30) is known color: Lime Green. HEX triplet: 20, AE and 30. RGB value is (32,174,48). Sum of RGB (Red+Green+Blue) = 32+174+48=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AE30 is #DF51CF. Grayscale: #757575. Windows color (decimal): -14635472 or 3190304. OLE color: 3190304.

HSL color Cylindrical-coordinate representation of color #20AE30: hue angle of 126.76º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AE30 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 174 48 -
CMYK 0.82 0 0.72 0.32
HSL 126.76º 0.69% 0.4% -
HSV(B) 126.76º 0.82% 0.68% -
XYZ 16.27 30.79 7.88 -
YUV 117.18 88.96 67.25 -
System Red Green Blue C M Y K H S L
Decimal 32 174 48 0.82 0 0.72 0.32 126.76 0.69 0.4
Hex 20 AE 30 52 0 48 20 7F 45 28
Octal 40 256 60 122 0 110 40 177 105 50
Binary 100000 10101110 110000 1010010 0 1001000 100000 1111111 1000101 101000

Color Harmonies of #20AE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AE30

Black with #20AE30

Text Example


Text Example

White with #20AE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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