Html Css Color HEX #20BE3D Lime Green

📋 copy color: '#20BE3D'

red 32 ◦ green 190 ◦ blue 61

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

Shades of Lime Green #20BE3D

Tints of Lime Green #20BE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 11.31%
G = 67.14%
B = 21.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#20BE3D (or 0x20BE3D) is known color: Lime Green. HEX triplet: 20, BE and 3D. RGB value is (32,190,61). Sum of RGB (Red+Green+Blue) = 32+190+61=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE3D is #DF41C2. Grayscale: #808080. Windows color (decimal): -14631363 or 4046368. OLE color: 4046368.

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

Color convert

RGB 32 190 61 -
CMYK 0.83 0 0.68 0.25
HSL 131.01º 0.71% 0.44% -
HSV(B) 131.01º 0.83% 0.75% -
XYZ 19.85 37.47 10.6 -
YUV 128.05 90.15 59.49 -
System Red Green Blue C M Y K H S L
Decimal 32 190 61 0.83 0 0.68 0.25 131.01 0.71 0.44
Hex 20 BE 3D 53 0 44 19 83 47 2C
Octal 40 276 75 123 0 104 31 203 107 54
Binary 100000 10111110 111101 1010011 0 1000100 11001 10000011 1000111 101100

Color Harmonies of #20BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE3D

Black with #20BE3D

Text Example


Text Example

White with #20BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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