Html Css Color HEX #3BDE40 Lime Green

📋 copy color: '#3BDE40'

red 59 ◦ green 222 ◦ blue 64

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

Shades of Lime Green #3BDE40

Tints of Lime Green #3BDE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 64.35%

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

R = 17.1%
G = 64.35%
B = 18.55%

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

#3BDE40 (or 0x3BDE40) is known color: Lime Green. HEX triplet: 3B, DE and 40. RGB value is (59,222,64). Sum of RGB (Red+Green+Blue) = 59+222+64=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE40 is #C421BF. Grayscale: #9B9B9B. Windows color (decimal): -12853696 or 4251195. OLE color: 4251195.

HSL color Cylindrical-coordinate representation of color #3BDE40: hue angle of 121.84º degrees, saturation: 0.71, 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 #3BDE40 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 222 64 -
CMYK 0.73 0 0.71 0.13
HSL 121.84º 0.71% 0.55% -
HSV(B) 121.84º 0.73% 0.87% -
XYZ 28.85 53.54 13.66 -
YUV 155.25 76.5 59.35 -
System Red Green Blue C M Y K H S L
Decimal 59 222 64 0.73 0 0.71 0.13 121.84 0.71 0.55
Hex 3B DE 40 49 0 47 D 7A 47 37
Octal 73 336 100 111 0 107 15 172 107 67
Binary 111011 11011110 1000000 1001001 0 1000111 1101 1111010 1000111 110111

Color Harmonies of #3BDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE40

Black with #3BDE40

Text Example


Text Example

White with #3BDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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