Html Css Color HEX #3BD61C Lime Green

📋 copy color: '#3BD61C'

red 59 ◦ green 214 ◦ blue 28

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

Shades of Lime Green #3BD61C

Tints of Lime Green #3BD61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 71.1%

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 19.6%
G = 71.1%
B = 9.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#3BD61C (or 0x3BD61C) is known color: Lime Green. HEX triplet: 3B, D6 and 1C. RGB value is (59,214,28). Sum of RGB (Red+Green+Blue) = 59+214+28=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD61C is #C429E3. Grayscale: #939393. Windows color (decimal): -12855780 or 1889851. OLE color: 1889851.

HSL color Cylindrical-coordinate representation of color #3BD61C: hue angle of 110º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BD61C is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 214 28 -
CMYK 0.72 0 0.87 0.16
HSL 110º 0.77% 0.47% -
HSV(B) 110º 0.87% 0.84% -
XYZ 26.06 49.11 9.2 -
YUV 146.45 61.15 65.62 -
System Red Green Blue C M Y K H S L
Decimal 59 214 28 0.72 0 0.87 0.16 110 0.77 0.47
Hex 3B D6 1C 48 0 57 10 6E 4D 2F
Octal 73 326 34 110 0 127 20 156 115 57
Binary 111011 11010110 11100 1001000 0 1010111 10000 1101110 1001101 101111

Color Harmonies of #3BD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD61C

Black with #3BD61C

Text Example


Text Example

White with #3BD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,214,28); }

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

background-color css

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

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

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

border-color css

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

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

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