Html Css Color HEX #3BAC30 Lime Green

📋 copy color: '#3BAC30'

red 59 ◦ green 172 ◦ blue 48

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

Shades of Lime Green #3BAC30

Tints of Lime Green #3BAC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.65%

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

R = 21.15%
G = 61.65%
B = 17.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#3BAC30 (or 0x3BAC30) is known color: Lime Green. HEX triplet: 3B, AC and 30. RGB value is (59,172,48). Sum of RGB (Red+Green+Blue) = 59+172+48=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC30 is #C453CF. Grayscale: #7C7C7C. Windows color (decimal): -12866512 or 3189819. OLE color: 3189819.

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

Color convert

RGB 59 172 48 -
CMYK 0.66 0 0.72 0.33
HSL 114.68º 0.56% 0.43% -
HSV(B) 114.68º 0.72% 0.67% -
XYZ 17.09 30.65 7.81 -
YUV 124.08 85.06 81.58 -
System Red Green Blue C M Y K H S L
Decimal 59 172 48 0.66 0 0.72 0.33 114.68 0.56 0.43
Hex 3B AC 30 42 0 48 21 73 38 2B
Octal 73 254 60 102 0 110 41 163 70 53
Binary 111011 10101100 110000 1000010 0 1001000 100001 1110011 111000 101011

Color Harmonies of #3BAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC30

Black with #3BAC30

Text Example


Text Example

White with #3BAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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