Html Css Color HEX #3BD41B Lime Green

📋 copy color: '#3BD41B'

red 59 ◦ green 212 ◦ blue 27

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

Shades of Lime Green #3BD41B

Tints of Lime Green #3BD41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.14%

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 19.8%
G = 71.14%
B = 9.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#3BD41B (or 0x3BD41B) is known color: Lime Green. HEX triplet: 3B, D4 and 1B. RGB value is (59,212,27). Sum of RGB (Red+Green+Blue) = 59+212+27=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD41B is #C42BE4. Grayscale: #919191. Windows color (decimal): -12856293 or 1823803. OLE color: 1823803.

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

Color convert

RGB 59 212 27 -
CMYK 0.72 0 0.87 0.17
HSL 109.62º 0.77% 0.47% -
HSV(B) 109.62º 0.87% 0.83% -
XYZ 25.54 48.1 8.97 -
YUV 145.16 61.31 66.54 -
System Red Green Blue C M Y K H S L
Decimal 59 212 27 0.72 0 0.87 0.17 109.62 0.77 0.47
Hex 3B D4 1B 48 0 57 11 6E 4D 2F
Octal 73 324 33 110 0 127 21 156 115 57
Binary 111011 11010100 11011 1001000 0 1010111 10001 1101110 1001101 101111

Color Harmonies of #3BD41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD41B

Black with #3BD41B

Text Example


Text Example

White with #3BD41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,212,27); }

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

background-color css

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

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

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

border-color css

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

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

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