Html Css Color HEX #20E234 Lime Green

📋 copy color: '#20E234'

red 32 ◦ green 226 ◦ blue 52

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

Shades of Lime Green #20E234

Tints of Lime Green #20E234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 10.32%
G = 72.9%
B = 16.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#20E234 (or 0x20E234) is known color: Lime Green. HEX triplet: 20, E2 and 34. RGB value is (32,226,52). Sum of RGB (Red+Green+Blue) = 32+226+52=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 226 (88.67% from 255 or 72.90% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 226 - color contains mainly: green. Hex color #20E234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E234 is #DF1DCB. Grayscale: #949494. Windows color (decimal): -14622156 or 3465760. OLE color: 3465760.

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

Color convert

RGB 32 226 52 -
CMYK 0.86 0 0.77 0.11
HSL 126.19º 0.77% 0.51% -
HSV(B) 126.19º 0.86% 0.89% -
XYZ 28.41 54.95 12.36 -
YUV 148.16 73.73 45.15 -
System Red Green Blue C M Y K H S L
Decimal 32 226 52 0.86 0 0.77 0.11 126.19 0.77 0.51
Hex 20 E2 34 56 0 4D B 7E 4D 33
Octal 40 342 64 126 0 115 13 176 115 63
Binary 100000 11100010 110100 1010110 0 1001101 1011 1111110 1001101 110011

Color Harmonies of #20E234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E234

Black with #20E234

Text Example


Text Example

White with #20E234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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