Html Css Color HEX #3BBB40 Lime Green

📋 copy color: '#3BBB40'

red 59 ◦ green 187 ◦ blue 64

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

Shades of Lime Green #3BBB40

Tints of Lime Green #3BBB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.32%

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

R = 19.03%
G = 60.32%
B = 20.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#3BBB40 (or 0x3BBB40) is known color: Lime Green. HEX triplet: 3B, BB and 40. RGB value is (59,187,64). Sum of RGB (Red+Green+Blue) = 59+187+64=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBB40 is #C444BF. Grayscale: #878787. Windows color (decimal): -12862656 or 4242235. OLE color: 4242235.

HSL color Cylindrical-coordinate representation of color #3BBB40: hue angle of 122.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBB40 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 187 64 -
CMYK 0.68 0 0.66 0.27
HSL 122.34º 0.52% 0.48% -
HSV(B) 122.34º 0.68% 0.73% -
XYZ 20.5 36.84 10.88 -
YUV 134.71 88.09 74 -
System Red Green Blue C M Y K H S L
Decimal 59 187 64 0.68 0 0.66 0.27 122.34 0.52 0.48
Hex 3B BB 40 44 0 42 1B 7A 34 30
Octal 73 273 100 104 0 102 33 172 64 60
Binary 111011 10111011 1000000 1000100 0 1000010 11011 1111010 110100 110000

Color Harmonies of #3BBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBB40

Black with #3BBB40

Text Example


Text Example

White with #3BBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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