Html Css Color HEX #20BE38 Lime Green

📋 copy color: '#20BE38'

red 32 ◦ green 190 ◦ blue 56

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

Shades of Lime Green #20BE38

Tints of Lime Green #20BE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 11.51%
G = 68.35%
B = 20.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#20BE38 (or 0x20BE38) is known color: Lime Green. HEX triplet: 20, BE and 38. RGB value is (32,190,56). Sum of RGB (Red+Green+Blue) = 32+190+56=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE38 is #DF41C7. Grayscale: #7F7F7F. Windows color (decimal): -14631368 or 3718688. OLE color: 3718688.

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

Color convert

RGB 32 190 56 -
CMYK 0.83 0 0.71 0.25
HSL 129.11º 0.71% 0.44% -
HSV(B) 129.11º 0.83% 0.75% -
XYZ 19.72 37.42 9.92 -
YUV 127.48 87.65 59.9 -
System Red Green Blue C M Y K H S L
Decimal 32 190 56 0.83 0 0.71 0.25 129.11 0.71 0.44
Hex 20 BE 38 53 0 47 19 81 47 2C
Octal 40 276 70 123 0 107 31 201 107 54
Binary 100000 10111110 111000 1010011 0 1000111 11001 10000001 1000111 101100

Color Harmonies of #20BE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE38

Black with #20BE38

Text Example


Text Example

White with #20BE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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