Html Css Color HEX #3BE050 Lime Green

📋 copy color: '#3BE050'

red 59 ◦ green 224 ◦ blue 80

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

Shades of Lime Green #3BE050

Tints of Lime Green #3BE050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.71%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 16.25%
G = 61.71%
B = 22.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#3BE050 (or 0x3BE050) is known color: Lime Green. HEX triplet: 3B, E0 and 50. RGB value is (59,224,80). Sum of RGB (Red+Green+Blue) = 59+224+80=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE050 is #C41FAF. Grayscale: #9E9E9E. Windows color (decimal): -12853168 or 5300283. OLE color: 5300283.

HSL color Cylindrical-coordinate representation of color #3BE050: hue angle of 127.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE050 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 224 80 -
CMYK 0.74 0 0.64 0.12
HSL 127.64º 0.73% 0.55% -
HSV(B) 127.64º 0.74% 0.88% -
XYZ 29.91 54.82 16.59 -
YUV 158.25 83.84 57.21 -
System Red Green Blue C M Y K H S L
Decimal 59 224 80 0.74 0 0.64 0.12 127.64 0.73 0.55
Hex 3B E0 50 4A 0 40 C 80 49 37
Octal 73 340 120 112 0 100 14 200 111 67
Binary 111011 11100000 1010000 1001010 0 1000000 1100 10000000 1001001 110111

Color Harmonies of #3BE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE050

Black with #3BE050

Text Example


Text Example

White with #3BE050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,224,80); }

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

background-color css

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

 a { background-color: rgb(59,224,80); }

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

border-color css

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

 span { border-color: rgb(59,224,80); }

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