Html Css Color HEX #3BD13C Lime Green

📋 copy color: '#3BD13C'

red 59 ◦ green 209 ◦ blue 60

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

Shades of Lime Green #3BD13C

Tints of Lime Green #3BD13C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.72%

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 17.99%
G = 63.72%
B = 18.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#3BD13C (or 0x3BD13C) is known color: Lime Green. HEX triplet: 3B, D1 and 3C. RGB value is (59,209,60). Sum of RGB (Red+Green+Blue) = 59+209+60=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD13C is #C42EC3. Grayscale: #939393. Windows color (decimal): -12857028 or 3985723. OLE color: 3985723.

HSL color Cylindrical-coordinate representation of color #3BD13C: hue angle of 120.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD13C is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 209 60 -
CMYK 0.72 0 0.71 0.18
HSL 120.4º 0.62% 0.53% -
HSV(B) 120.4º 0.72% 0.82% -
XYZ 25.42 46.86 11.98 -
YUV 147.16 78.81 65.12 -
System Red Green Blue C M Y K H S L
Decimal 59 209 60 0.72 0 0.71 0.18 120.4 0.62 0.53
Hex 3B D1 3C 48 0 47 12 78 3E 35
Octal 73 321 74 110 0 107 22 170 76 65
Binary 111011 11010001 111100 1001000 0 1000111 10010 1111000 111110 110101

Color Harmonies of #3BD13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD13C

Black with #3BD13C

Text Example


Text Example

White with #3BD13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,209,60); }

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

background-color css

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

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

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

border-color css

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

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

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