Html Css Color HEX #20E230 Lime Green

📋 copy color: '#20E230'

red 32 ◦ green 226 ◦ blue 48

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

Shades of Lime Green #20E230

Tints of Lime Green #20E230

RGB

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

 GREEN value IS 226 (88.67% from 255) = 73.86%

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

R = 10.46%
G = 73.86%
B = 15.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#20E230 (or 0x20E230) is known color: Lime Green. HEX triplet: 20, E2 and 30. RGB value is (32,226,48). Sum of RGB (Red+Green+Blue) = 32+226+48=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 226 (88.67% from 255 or 73.86% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 226 - color contains mainly: green. Hex color #20E230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E230 is #DF1DCF. Grayscale: #949494. Windows color (decimal): -14622160 or 3203616. OLE color: 3203616.

HSL color Cylindrical-coordinate representation of color #20E230: hue angle of 124.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E230 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 226 48 -
CMYK 0.86 0 0.79 0.11
HSL 124.95º 0.77% 0.51% -
HSV(B) 124.95º 0.86% 0.89% -
XYZ 28.33 54.91 11.9 -
YUV 147.7 71.73 45.47 -
System Red Green Blue C M Y K H S L
Decimal 32 226 48 0.86 0 0.79 0.11 124.95 0.77 0.51
Hex 20 E2 30 56 0 4F B 7D 4D 33
Octal 40 342 60 126 0 117 13 175 115 63
Binary 100000 11100010 110000 1010110 0 1001111 1011 1111101 1001101 110011

Color Harmonies of #20E230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E230

Black with #20E230

Text Example


Text Example

White with #20E230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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