Html Css Color HEX #20BE1A Lime Green

📋 copy color: '#20BE1A'

red 32 ◦ green 190 ◦ blue 26

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

Shades of Lime Green #20BE1A

Tints of Lime Green #20BE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 76.61%

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 12.9%
G = 76.61%
B = 10.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#20BE1A (or 0x20BE1A) is known color: Lime Green. HEX triplet: 20, BE and 1A. RGB value is (32,190,26). Sum of RGB (Red+Green+Blue) = 32+190+26=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 190 (74.61% from 255 or 76.61% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE1A is #DF41E5. Grayscale: #7C7C7C. Windows color (decimal): -14631398 or 1752608. OLE color: 1752608.

HSL color Cylindrical-coordinate representation of color #20BE1A: hue angle of 117.8º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BE1A is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 190 26 -
CMYK 0.83 0 0.86 0.25
HSL 117.8º 0.76% 0.42% -
HSV(B) 117.8º 0.86% 0.75% -
XYZ 19.2 37.21 7.15 -
YUV 124.06 72.65 62.34 -
System Red Green Blue C M Y K H S L
Decimal 32 190 26 0.83 0 0.86 0.25 117.8 0.76 0.42
Hex 20 BE 1A 53 0 56 19 76 4C 2A
Octal 40 276 32 123 0 126 31 166 114 52
Binary 100000 10111110 11010 1010011 0 1010110 11001 1110110 1001100 101010

Color Harmonies of #20BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE1A

Black with #20BE1A

Text Example


Text Example

White with #20BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,190,26); }

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

background-color css

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

 a { background-color: rgb(32,190,26); }

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

border-color css

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

 span { border-color: rgb(32,190,26); }

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