Html Css Color HEX #20BE3A Lime Green

📋 copy color: '#20BE3A'

red 32 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #20BE3A

Tints of Lime Green #20BE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 11.43%
G = 67.86%
B = 20.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#20BE3A (or 0x20BE3A) is known color: Lime Green. HEX triplet: 20, BE and 3A. RGB value is (32,190,58). Sum of RGB (Red+Green+Blue) = 32+190+58=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE3A is #DF41C5. Grayscale: #808080. Windows color (decimal): -14631366 or 3849760. OLE color: 3849760.

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

Color convert

RGB 32 190 58 -
CMYK 0.83 0 0.69 0.25
HSL 129.87º 0.71% 0.44% -
HSV(B) 129.87º 0.83% 0.75% -
XYZ 19.77 37.44 10.19 -
YUV 127.71 88.65 59.73 -
System Red Green Blue C M Y K H S L
Decimal 32 190 58 0.83 0 0.69 0.25 129.87 0.71 0.44
Hex 20 BE 3A 53 0 45 19 82 47 2C
Octal 40 276 72 123 0 105 31 202 107 54
Binary 100000 10111110 111010 1010011 0 1000101 11001 10000010 1000111 101100

Color Harmonies of #20BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE3A

Black with #20BE3A

Text Example


Text Example

White with #20BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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