Html Css Color HEX #3BDD31 Lime Green

📋 copy color: '#3BDD31'

red 59 ◦ green 221 ◦ blue 49

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

Shades of Lime Green #3BDD31

Tints of Lime Green #3BDD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 17.93%
G = 67.17%
B = 14.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#3BDD31 (or 0x3BDD31) is known color: Lime Green. HEX triplet: 3B, DD and 31. RGB value is (59,221,49). Sum of RGB (Red+Green+Blue) = 59+221+49=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD31 is #C422CE. Grayscale: #999999. Windows color (decimal): -12853967 or 3267899. OLE color: 3267899.

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

Color convert

RGB 59 221 49 -
CMYK 0.73 0 0.78 0.13
HSL 116.51º 0.72% 0.53% -
HSV(B) 116.51º 0.78% 0.87% -
XYZ 28.21 52.86 11.62 -
YUV 152.95 69.33 60.99 -
System Red Green Blue C M Y K H S L
Decimal 59 221 49 0.73 0 0.78 0.13 116.51 0.72 0.53
Hex 3B DD 31 49 0 4E D 75 48 35
Octal 73 335 61 111 0 116 15 165 110 65
Binary 111011 11011101 110001 1001001 0 1001110 1101 1110101 1001000 110101

Color Harmonies of #3BDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD31

Black with #3BDD31

Text Example


Text Example

White with #3BDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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