Html Css Color HEX #20BE3B Lime Green

📋 copy color: '#20BE3B'

red 32 ◦ green 190 ◦ blue 59

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

Shades of Lime Green #20BE3B

Tints of Lime Green #20BE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 11.39%
G = 67.62%
B = 21%

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

#20BE3B (or 0x20BE3B) is known color: Lime Green. HEX triplet: 20, BE and 3B. RGB value is (32,190,59). Sum of RGB (Red+Green+Blue) = 32+190+59=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE3B is #DF41C4. Grayscale: #808080. Windows color (decimal): -14631365 or 3915296. OLE color: 3915296.

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

Color convert

RGB 32 190 59 -
CMYK 0.83 0 0.69 0.25
HSL 130.25º 0.71% 0.44% -
HSV(B) 130.25º 0.83% 0.75% -
XYZ 19.8 37.45 10.32 -
YUV 127.82 89.15 59.65 -
System Red Green Blue C M Y K H S L
Decimal 32 190 59 0.83 0 0.69 0.25 130.25 0.71 0.44
Hex 20 BE 3B 53 0 45 19 82 47 2C
Octal 40 276 73 123 0 105 31 202 107 54
Binary 100000 10111110 111011 1010011 0 1000101 11001 10000010 1000111 101100

Color Harmonies of #20BE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE3B

Black with #20BE3B

Text Example


Text Example

White with #20BE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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