Html Css Color HEX #3BD83D Lime Green

📋 copy color: '#3BD83D'

red 59 ◦ green 216 ◦ blue 61

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

Shades of Lime Green #3BD83D

Tints of Lime Green #3BD83D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.29%

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 17.56%
G = 64.29%
B = 18.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#3BD83D (or 0x3BD83D) is known color: Lime Green. HEX triplet: 3B, D8 and 3D. RGB value is (59,216,61). Sum of RGB (Red+Green+Blue) = 59+216+61=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD83D is #C427C2. Grayscale: #979797. Windows color (decimal): -12855235 or 4053051. OLE color: 4053051.

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

Color convert

RGB 59 216 61 -
CMYK 0.73 0 0.72 0.15
HSL 120.76º 0.67% 0.54% -
HSV(B) 120.76º 0.73% 0.85% -
XYZ 27.2 50.38 12.71 -
YUV 151.39 76.99 62.1 -
System Red Green Blue C M Y K H S L
Decimal 59 216 61 0.73 0 0.72 0.15 120.76 0.67 0.54
Hex 3B D8 3D 49 0 48 F 79 43 36
Octal 73 330 75 111 0 110 17 171 103 66
Binary 111011 11011000 111101 1001001 0 1001000 1111 1111001 1000011 110110

Color Harmonies of #3BD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD83D

Black with #3BD83D

Text Example


Text Example

White with #3BD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,216,61); }

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

background-color css

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

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

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

border-color css

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

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

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