Html Css Color HEX #3BDD40 Lime Green

📋 copy color: '#3BDD40'

red 59 ◦ green 221 ◦ blue 64

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

Shades of Lime Green #3BDD40

Tints of Lime Green #3BDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.24%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 17.15%
G = 64.24%
B = 18.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#3BDD40 (or 0x3BDD40) is known color: Lime Green. HEX triplet: 3B, DD and 40. RGB value is (59,221,64). Sum of RGB (Red+Green+Blue) = 59+221+64=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD40 is #C422BF. Grayscale: #9B9B9B. Windows color (decimal): -12853952 or 4250939. OLE color: 4250939.

HSL color Cylindrical-coordinate representation of color #3BDD40: hue angle of 121.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD40 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 221 64 -
CMYK 0.73 0 0.71 0.13
HSL 121.85º 0.7% 0.55% -
HSV(B) 121.85º 0.73% 0.87% -
XYZ 28.59 53.01 13.58 -
YUV 154.66 76.83 59.77 -
System Red Green Blue C M Y K H S L
Decimal 59 221 64 0.73 0 0.71 0.13 121.85 0.7 0.55
Hex 3B DD 40 49 0 47 D 7A 46 37
Octal 73 335 100 111 0 107 15 172 106 67
Binary 111011 11011101 1000000 1001001 0 1000111 1101 1111010 1000110 110111

Color Harmonies of #3BDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD40

Black with #3BDD40

Text Example


Text Example

White with #3BDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,221,64); }

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

background-color css

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

 a { background-color: rgb(59,221,64); }

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

border-color css

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

 span { border-color: rgb(59,221,64); }

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