Html Css Color HEX #20BE2B Lime Green

📋 copy color: '#20BE2B'

red 32 ◦ green 190 ◦ blue 43

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

Shades of Lime Green #20BE2B

Tints of Lime Green #20BE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 12.08%
G = 71.7%
B = 16.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#20BE2B (or 0x20BE2B) is known color: Lime Green. HEX triplet: 20, BE and 2B. RGB value is (32,190,43). Sum of RGB (Red+Green+Blue) = 32+190+43=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 190 (74.61% from 255 or 71.70% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE2B is #DF41D4. Grayscale: #7E7E7E. Windows color (decimal): -14631381 or 2866720. OLE color: 2866720.

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

Color convert

RGB 32 190 43 -
CMYK 0.83 0 0.77 0.25
HSL 124.18º 0.71% 0.44% -
HSV(B) 124.18º 0.83% 0.75% -
XYZ 19.45 37.31 8.46 -
YUV 126 81.15 60.95 -
System Red Green Blue C M Y K H S L
Decimal 32 190 43 0.83 0 0.77 0.25 124.18 0.71 0.44
Hex 20 BE 2B 53 0 4D 19 7C 47 2C
Octal 40 276 53 123 0 115 31 174 107 54
Binary 100000 10111110 101011 1010011 0 1001101 11001 1111100 1000111 101100

Color Harmonies of #20BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE2B

Black with #20BE2B

Text Example


Text Example

White with #20BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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