Html Css Color HEX #3BCD20 Lime Green

📋 copy color: '#3BCD20'

red 59 ◦ green 205 ◦ blue 32

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

Shades of Lime Green #3BCD20

Tints of Lime Green #3BCD20

RGB

 RED value IS 59 (23.44% from 255) = 19.93%

 GREEN value IS 205 (80.47% from 255) = 69.26%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 19.93%
G = 69.26%
B = 10.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#3BCD20 (or 0x3BCD20) is known color: Lime Green. HEX triplet: 3B, CD and 20. RGB value is (59,205,32). Sum of RGB (Red+Green+Blue) = 59+205+32=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 205 (80.47% from 255 or 69.26% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD20 is #C432DF. Grayscale: #8E8E8E. Windows color (decimal): -12858080 or 2149691. OLE color: 2149691.

HSL color Cylindrical-coordinate representation of color #3BCD20: hue angle of 110.64º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BCD20 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 205 32 -
CMYK 0.71 0 0.84 0.20
HSL 110.64º 0.73% 0.46% -
HSV(B) 110.64º 0.84% 0.8% -
XYZ 23.9 44.7 8.73 -
YUV 141.62 66.13 69.07 -
System Red Green Blue C M Y K H S L
Decimal 59 205 32 0.71 0 0.84 0.20 110.64 0.73 0.46
Hex 3B CD 20 47 0 54 14 6F 49 2E
Octal 73 315 40 107 0 124 24 157 111 56
Binary 111011 11001101 100000 1000111 0 1010100 10100 1101111 1001001 101110

Color Harmonies of #3BCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCD20

Black with #3BCD20

Text Example


Text Example

White with #3BCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BCD20; }

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

 H1.HeaderClassName
 {
   color: #3BCD20;
 }
 .AnyTagClassName
 {
   color: #3BCD20;
 }
</style>

background-color css

<style>
 a { background-color: #3BCD20; }

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

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

border-color css

<style>
 span { border-color: #3BCD20; }

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

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