Html Css Color HEX #3BDD3B Lime Green

📋 copy color: '#3BDD3B'

red 59 ◦ green 221 ◦ blue 59

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

Shades of Lime Green #3BDD3B

Tints of Lime Green #3BDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 17.4%
G = 65.19%
B = 17.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#3BDD3B (or 0x3BDD3B) is known color: Lime Green. HEX triplet: 3B, DD and 3B. RGB value is (59,221,59). Sum of RGB (Red+Green+Blue) = 59+221+59=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD3B is #C422C4. Grayscale: #9A9A9A. Windows color (decimal): -12853957 or 3923259. OLE color: 3923259.

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

Color convert

RGB 59 221 59 -
CMYK 0.73 0 0.73 0.13
HSL 120º 0.7% 0.55% -
HSV(B) 120º 0.73% 0.87% -
XYZ 28.45 52.96 12.86 -
YUV 154.09 74.33 60.17 -
System Red Green Blue C M Y K H S L
Decimal 59 221 59 0.73 0 0.73 0.13 120 0.7 0.55
Hex 3B DD 3B 49 0 49 D 78 46 37
Octal 73 335 73 111 0 111 15 170 106 67
Binary 111011 11011101 111011 1001001 0 1001001 1101 1111000 1000110 110111

Color Harmonies of #3BDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD3B

Black with #3BDD3B

Text Example


Text Example

White with #3BDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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