Html Css Color HEX #3BAD30 Lime Green

📋 copy color: '#3BAD30'

red 59 ◦ green 173 ◦ blue 48

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

Shades of Lime Green #3BAD30

Tints of Lime Green #3BAD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 61.79%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 21.07%
G = 61.79%
B = 17.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#3BAD30 (or 0x3BAD30) is known color: Lime Green. HEX triplet: 3B, AD and 30. RGB value is (59,173,48). Sum of RGB (Red+Green+Blue) = 59+173+48=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 173 (67.97% from 255 or 61.79% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAD30 is #C452CF. Grayscale: #7D7D7D. Windows color (decimal): -12866256 or 3190075. OLE color: 3190075.

HSL color Cylindrical-coordinate representation of color #3BAD30: hue angle of 114.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BAD30 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 173 48 -
CMYK 0.66 0 0.72 0.32
HSL 114.72º 0.57% 0.43% -
HSV(B) 114.72º 0.72% 0.68% -
XYZ 17.28 31.03 7.87 -
YUV 124.66 84.73 81.16 -
System Red Green Blue C M Y K H S L
Decimal 59 173 48 0.66 0 0.72 0.32 114.72 0.57 0.43
Hex 3B AD 30 42 0 48 20 73 39 2B
Octal 73 255 60 102 0 110 40 163 71 53
Binary 111011 10101101 110000 1000010 0 1001000 100000 1110011 111001 101011

Color Harmonies of #3BAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAD30

Black with #3BAD30

Text Example


Text Example

White with #3BAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,173,48); }

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

background-color css

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

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

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

border-color css

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

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

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