Html Css Color HEX #3BDA2A Lime Green

📋 copy color: '#3BDA2A'

red 59 ◦ green 218 ◦ blue 42

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

Shades of Lime Green #3BDA2A

Tints of Lime Green #3BDA2A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.34%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 18.5%
G = 68.34%
B = 13.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#3BDA2A (or 0x3BDA2A) is known color: Lime Green. HEX triplet: 3B, DA and 2A. RGB value is (59,218,42). Sum of RGB (Red+Green+Blue) = 59+218+42=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 218 (85.55% from 255 or 68.34% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA2A is #C425D5. Grayscale: #969696. Windows color (decimal): -12854742 or 2808379. OLE color: 2808379.

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

Color convert

RGB 59 218 42 -
CMYK 0.73 0 0.81 0.15
HSL 114.2º 0.7% 0.51% -
HSV(B) 114.2º 0.81% 0.85% -
XYZ 27.29 51.24 10.64 -
YUV 150.4 66.82 62.81 -
System Red Green Blue C M Y K H S L
Decimal 59 218 42 0.73 0 0.81 0.15 114.2 0.7 0.51
Hex 3B DA 2A 49 0 51 F 72 46 33
Octal 73 332 52 111 0 121 17 162 106 63
Binary 111011 11011010 101010 1001001 0 1010001 1111 1110010 1000110 110011

Color Harmonies of #3BDA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDA2A

Black with #3BDA2A

Text Example


Text Example

White with #3BDA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,218,42); }

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

background-color css

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

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

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

border-color css

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

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

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