Html Css Color HEX #3BE220 Lime Green

📋 copy color: '#3BE220'

red 59 ◦ green 226 ◦ blue 32

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

Shades of Lime Green #3BE220

Tints of Lime Green #3BE220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 71.29%

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

R = 18.61%
G = 71.29%
B = 10.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#3BE220 (or 0x3BE220) is known color: Lime Green. HEX triplet: 3B, E2 and 20. RGB value is (59,226,32). Sum of RGB (Red+Green+Blue) = 59+226+32=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 226 (88.67% from 255 or 71.29% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE220 is #C41DDF. Grayscale: #9A9A9A. Windows color (decimal): -12852704 or 2155067. OLE color: 2155067.

HSL color Cylindrical-coordinate representation of color #3BE220: hue angle of 111.65º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BE220 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 226 32 -
CMYK 0.74 0 0.86 0.11
HSL 111.65º 0.77% 0.51% -
HSV(B) 111.65º 0.86% 0.89% -
XYZ 29.26 55.43 10.52 -
YUV 153.95 59.17 60.27 -
System Red Green Blue C M Y K H S L
Decimal 59 226 32 0.74 0 0.86 0.11 111.65 0.77 0.51
Hex 3B E2 20 4A 0 56 B 70 4D 33
Octal 73 342 40 112 0 126 13 160 115 63
Binary 111011 11100010 100000 1001010 0 1010110 1011 1110000 1001101 110011

Color Harmonies of #3BE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE220

Black with #3BE220

Text Example


Text Example

White with #3BE220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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