Html Css Color HEX #3BB540 Lime Green

📋 copy color: '#3BB540'

red 59 ◦ green 181 ◦ blue 64

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

Shades of Lime Green #3BB540

Tints of Lime Green #3BB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.54%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 19.41%
G = 59.54%
B = 21.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#3BB540 (or 0x3BB540) is known color: Lime Green. HEX triplet: 3B, B5 and 40. RGB value is (59,181,64). Sum of RGB (Red+Green+Blue) = 59+181+64=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB540 is #C44ABF. Grayscale: #838383. Windows color (decimal): -12864192 or 4240699. OLE color: 4240699.

HSL color Cylindrical-coordinate representation of color #3BB540: hue angle of 122.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB540 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 59 181 64 -
CMYK 0.67 0 0.65 0.29
HSL 122.46º 0.51% 0.47% -
HSV(B) 122.46º 0.67% 0.71% -
XYZ 19.25 34.35 10.47 -
YUV 131.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 59 181 64 0.67 0 0.65 0.29 122.46 0.51 0.47
Hex 3B B5 40 43 0 41 1D 7A 33 2F
Octal 73 265 100 103 0 101 35 172 63 57
Binary 111011 10110101 1000000 1000011 0 1000001 11101 1111010 110011 101111

Color Harmonies of #3BB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB540

Black with #3BB540

Text Example


Text Example

White with #3BB540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,181,64); }

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

background-color css

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

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

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

border-color css

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

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

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