Html Css Color HEX #20BE2A Lime Green

📋 copy color: '#20BE2A'

red 32 ◦ green 190 ◦ blue 42

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

Shades of Lime Green #20BE2A

Tints of Lime Green #20BE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 12.12%
G = 71.97%
B = 15.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#20BE2A (or 0x20BE2A) is known color: Lime Green. HEX triplet: 20, BE and 2A. RGB value is (32,190,42). Sum of RGB (Red+Green+Blue) = 32+190+42=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 190 (74.61% from 255 or 71.97% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE2A is #DF41D5. Grayscale: #7E7E7E. Windows color (decimal): -14631382 or 2801184. OLE color: 2801184.

HSL color Cylindrical-coordinate representation of color #20BE2A: hue angle of 123.8º 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 #20BE2A is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 190 42 -
CMYK 0.83 0 0.78 0.25
HSL 123.8º 0.71% 0.44% -
HSV(B) 123.8º 0.83% 0.75% -
XYZ 19.43 37.3 8.37 -
YUV 125.89 80.65 61.03 -
System Red Green Blue C M Y K H S L
Decimal 32 190 42 0.83 0 0.78 0.25 123.8 0.71 0.44
Hex 20 BE 2A 53 0 4E 19 7C 47 2C
Octal 40 276 52 123 0 116 31 174 107 54
Binary 100000 10111110 101010 1010011 0 1001110 11001 1111100 1000111 101100

Color Harmonies of #20BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE2A

Black with #20BE2A

Text Example


Text Example

White with #20BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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