Html Css Color HEX #3BDA32 Lime Green

📋 copy color: '#3BDA32'

red 59 ◦ green 218 ◦ blue 50

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

Shades of Lime Green #3BDA32

Tints of Lime Green #3BDA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.67%

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 18.04%
G = 66.67%
B = 15.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#3BDA32 (or 0x3BDA32) is known color: Lime Green. HEX triplet: 3B, DA and 32. RGB value is (59,218,50). Sum of RGB (Red+Green+Blue) = 59+218+50=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 218 (85.55% from 255 or 66.67% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA32 is #C425CD. Grayscale: #979797. Windows color (decimal): -12854734 or 3332667. OLE color: 3332667.

HSL color Cylindrical-coordinate representation of color #3BDA32: hue angle of 116.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BDA32 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 218 50 -
CMYK 0.73 0 0.77 0.15
HSL 116.79º 0.69% 0.53% -
HSV(B) 116.79º 0.77% 0.85% -
XYZ 27.45 51.3 11.47 -
YUV 151.31 70.82 62.16 -
System Red Green Blue C M Y K H S L
Decimal 59 218 50 0.73 0 0.77 0.15 116.79 0.69 0.53
Hex 3B DA 32 49 0 4D F 75 45 35
Octal 73 332 62 111 0 115 17 165 105 65
Binary 111011 11011010 110010 1001001 0 1001101 1111 1110101 1000101 110101

Color Harmonies of #3BDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDA32

Black with #3BDA32

Text Example


Text Example

White with #3BDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,218,50); }

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

background-color css

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

 a { background-color: rgb(59,218,50); }

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

border-color css

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

 span { border-color: rgb(59,218,50); }

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