Html Css Color HEX #20E425 Lime Green

📋 copy color: '#20E425'

red 32 ◦ green 228 ◦ blue 37

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

Shades of Lime Green #20E425

Tints of Lime Green #20E425

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76.77%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 10.77%
G = 76.77%
B = 12.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#20E425 (or 0x20E425) is known color: Lime Green. HEX triplet: 20, E4 and 25. RGB value is (32,228,37). Sum of RGB (Red+Green+Blue) = 32+228+37=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 228 (89.45% from 255 or 76.77% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 228 - color contains mainly: green. Hex color #20E425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E425 is #DF1BDA. Grayscale: #949494. Windows color (decimal): -14621659 or 2483232. OLE color: 2483232.

HSL color Cylindrical-coordinate representation of color #20E425: hue angle of 121.53º degrees, saturation: 0.78, 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 #20E425 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 228 37 -
CMYK 0.86 0 0.84 0.11
HSL 121.53º 0.78% 0.51% -
HSV(B) 121.53º 0.86% 0.89% -
XYZ 28.67 55.93 11.03 -
YUV 147.62 65.57 45.53 -
System Red Green Blue C M Y K H S L
Decimal 32 228 37 0.86 0 0.84 0.11 121.53 0.78 0.51
Hex 20 E4 25 56 0 54 B 7A 4E 33
Octal 40 344 45 126 0 124 13 172 116 63
Binary 100000 11100100 100101 1010110 0 1010100 1011 1111010 1001110 110011

Color Harmonies of #20E425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E425

Black with #20E425

Text Example


Text Example

White with #20E425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,228,37); }

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

background-color css

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

 a { background-color: rgb(32,228,37); }

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

border-color css

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

 span { border-color: rgb(32,228,37); }

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