Html Css Color HEX #3BBD40 Lime Green

📋 copy color: '#3BBD40'

red 59 ◦ green 189 ◦ blue 64

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

Shades of Lime Green #3BBD40

Tints of Lime Green #3BBD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.58%

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

R = 18.91%
G = 60.58%
B = 20.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#3BBD40 (or 0x3BBD40) is known color: Lime Green. HEX triplet: 3B, BD and 40. RGB value is (59,189,64). Sum of RGB (Red+Green+Blue) = 59+189+64=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD40 is #C442BF. Grayscale: #888888. Windows color (decimal): -12862144 or 4242747. OLE color: 4242747.

HSL color Cylindrical-coordinate representation of color #3BBD40: hue angle of 122.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBD40 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 189 64 -
CMYK 0.69 0 0.66 0.26
HSL 122.31º 0.52% 0.49% -
HSV(B) 122.31º 0.69% 0.74% -
XYZ 20.93 37.7 11.02 -
YUV 135.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 59 189 64 0.69 0 0.66 0.26 122.31 0.52 0.49
Hex 3B BD 40 45 0 42 1A 7A 34 31
Octal 73 275 100 105 0 102 32 172 64 61
Binary 111011 10111101 1000000 1000101 0 1000010 11010 1111010 110100 110001

Color Harmonies of #3BBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBD40

Black with #3BBD40

Text Example


Text Example

White with #3BBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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