Html Css Color HEX #3BB740 Lime Green

📋 copy color: '#3BB740'

red 59 ◦ green 183 ◦ blue 64

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

Shades of Lime Green #3BB740

Tints of Lime Green #3BB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.8%

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

R = 19.28%
G = 59.8%
B = 20.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#3BB740 (or 0x3BB740) is known color: Lime Green. HEX triplet: 3B, B7 and 40. RGB value is (59,183,64). Sum of RGB (Red+Green+Blue) = 59+183+64=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #3BB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB740 is #C448BF. Grayscale: #848484. Windows color (decimal): -12863680 or 4241211. OLE color: 4241211.

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

Color convert

RGB 59 183 64 -
CMYK 0.68 0 0.65 0.28
HSL 122.42º 0.51% 0.47% -
HSV(B) 122.42º 0.68% 0.72% -
XYZ 19.66 35.17 10.6 -
YUV 132.36 89.42 75.68 -
System Red Green Blue C M Y K H S L
Decimal 59 183 64 0.68 0 0.65 0.28 122.42 0.51 0.47
Hex 3B B7 40 44 0 41 1C 7A 33 2F
Octal 73 267 100 104 0 101 34 172 63 57
Binary 111011 10110111 1000000 1000100 0 1000001 11100 1111010 110011 101111

Color Harmonies of #3BB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB740

Black with #3BB740

Text Example


Text Example

White with #3BB740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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