Html Css Color HEX #3BD63B Lime Green

📋 copy color: '#3BD63B'

red 59 ◦ green 214 ◦ blue 59

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

Shades of Lime Green #3BD63B

Tints of Lime Green #3BD63B

RGB

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

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

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

R = 17.77%
G = 64.46%
B = 17.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#3BD63B (or 0x3BD63B) is known color: Lime Green. HEX triplet: 3B, D6 and 3B. RGB value is (59,214,59). Sum of RGB (Red+Green+Blue) = 59+214+59=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 214 (83.98% from 255 or 64.46% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD63B is #C429C4. Grayscale: #969696. Windows color (decimal): -12855749 or 3921467. OLE color: 3921467.

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

Color convert

RGB 59 214 59 -
CMYK 0.72 0 0.72 0.16
HSL 120º 0.65% 0.54% -
HSV(B) 120º 0.72% 0.84% -
XYZ 26.64 49.34 12.26 -
YUV 149.99 76.65 63.1 -
System Red Green Blue C M Y K H S L
Decimal 59 214 59 0.72 0 0.72 0.16 120 0.65 0.54
Hex 3B D6 3B 48 0 48 10 78 41 36
Octal 73 326 73 110 0 110 20 170 101 66
Binary 111011 11010110 111011 1001000 0 1001000 10000 1111000 1000001 110110

Color Harmonies of #3BD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD63B

Black with #3BD63B

Text Example


Text Example

White with #3BD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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