Html Css Color HEX #3BDB32 Lime Green

📋 copy color: '#3BDB32'

red 59 ◦ green 219 ◦ blue 50

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

Shades of Lime Green #3BDB32

Tints of Lime Green #3BDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 66.77%

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

R = 17.99%
G = 66.77%
B = 15.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#3BDB32 (or 0x3BDB32) is known color: Lime Green. HEX triplet: 3B, DB and 32. RGB value is (59,219,50). Sum of RGB (Red+Green+Blue) = 59+219+50=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 219 (85.94% from 255 or 66.77% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDB32 is #C424CD. Grayscale: #989898. Windows color (decimal): -12854478 or 3332923. OLE color: 3332923.

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

Color convert

RGB 59 219 50 -
CMYK 0.73 0 0.77 0.14
HSL 116.8º 0.7% 0.53% -
HSV(B) 116.8º 0.77% 0.86% -
XYZ 27.71 51.82 11.56 -
YUV 151.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 59 219 50 0.73 0 0.77 0.14 116.8 0.7 0.53
Hex 3B DB 32 49 0 4D E 75 46 35
Octal 73 333 62 111 0 115 16 165 106 65
Binary 111011 11011011 110010 1001001 0 1001101 1110 1110101 1000110 110101

Color Harmonies of #3BDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDB32

Black with #3BDB32

Text Example


Text Example

White with #3BDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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