Html Css Color HEX #3BB030 Lime Green

📋 copy color: '#3BB030'

red 59 ◦ green 176 ◦ blue 48

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

Shades of Lime Green #3BB030

Tints of Lime Green #3BB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 62.19%

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

R = 20.85%
G = 62.19%
B = 16.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#3BB030 (or 0x3BB030) is known color: Lime Green. HEX triplet: 3B, B0 and 30. RGB value is (59,176,48). Sum of RGB (Red+Green+Blue) = 59+176+48=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 176 (69.14% from 255 or 62.19% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB030 is #C44FCF. Grayscale: #7E7E7E. Windows color (decimal): -12865488 or 3190843. OLE color: 3190843.

HSL color Cylindrical-coordinate representation of color #3BB030: hue angle of 114.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BB030 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 176 48 -
CMYK 0.66 0 0.73 0.31
HSL 114.84º 0.57% 0.44% -
HSV(B) 114.84º 0.73% 0.69% -
XYZ 17.86 32.19 8.07 -
YUV 126.43 83.74 79.91 -
System Red Green Blue C M Y K H S L
Decimal 59 176 48 0.66 0 0.73 0.31 114.84 0.57 0.44
Hex 3B B0 30 42 0 49 1F 73 39 2C
Octal 73 260 60 102 0 111 37 163 71 54
Binary 111011 10110000 110000 1000010 0 1001001 11111 1110011 111001 101100

Color Harmonies of #3BB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB030

Black with #3BB030

Text Example


Text Example

White with #3BB030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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