Html Css Color HEX #3BE120 Lime Green

📋 copy color: '#3BE120'

red 59 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #3BE120

Tints of Lime Green #3BE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.2%

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 18.67%
G = 71.2%
B = 10.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#3BE120 (or 0x3BE120) is known color: Lime Green. HEX triplet: 3B, E1 and 20. RGB value is (59,225,32). Sum of RGB (Red+Green+Blue) = 59+225+32=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE120 is #C41EDF. Grayscale: #999999. Windows color (decimal): -12852960 or 2154811. OLE color: 2154811.

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

Color convert

RGB 59 225 32 -
CMYK 0.74 0 0.86 0.12
HSL 111.61º 0.76% 0.5% -
HSV(B) 111.61º 0.86% 0.88% -
XYZ 28.99 54.88 10.43 -
YUV 153.36 59.5 60.69 -
System Red Green Blue C M Y K H S L
Decimal 59 225 32 0.74 0 0.86 0.12 111.61 0.76 0.5
Hex 3B E1 20 4A 0 56 C 70 4C 32
Octal 73 341 40 112 0 126 14 160 114 62
Binary 111011 11100001 100000 1001010 0 1010110 1100 1110000 1001100 110010

Color Harmonies of #3BE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE120

Black with #3BE120

Text Example


Text Example

White with #3BE120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,225,32); }

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

background-color css

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

 a { background-color: rgb(59,225,32); }

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

border-color css

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

 span { border-color: rgb(59,225,32); }

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