Html Css Color HEX #3BB640 Lime Green

📋 copy color: '#3BB640'

red 59 ◦ green 182 ◦ blue 64

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

Shades of Lime Green #3BB640

Tints of Lime Green #3BB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 59.67%

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

R = 19.34%
G = 59.67%
B = 20.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#3BB640 (or 0x3BB640) is known color: Lime Green. HEX triplet: 3B, B6 and 40. RGB value is (59,182,64). Sum of RGB (Red+Green+Blue) = 59+182+64=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 182 (71.48% from 255 or 59.67% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 182 - color contains mainly: green. Hex color #3BB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB640 is #C449BF. Grayscale: #848484. Windows color (decimal): -12863936 or 4240955. OLE color: 4240955.

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

Color convert

RGB 59 182 64 -
CMYK 0.68 0 0.65 0.29
HSL 122.44º 0.51% 0.47% -
HSV(B) 122.44º 0.68% 0.71% -
XYZ 19.46 34.76 10.53 -
YUV 131.77 89.75 76.09 -
System Red Green Blue C M Y K H S L
Decimal 59 182 64 0.68 0 0.65 0.29 122.44 0.51 0.47
Hex 3B B6 40 44 0 41 1D 7A 33 2F
Octal 73 266 100 104 0 101 35 172 63 57
Binary 111011 10110110 1000000 1000100 0 1000001 11101 1111010 110011 101111

Color Harmonies of #3BB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB640

Black with #3BB640

Text Example


Text Example

White with #3BB640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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