Html Css Color HEX #3BE320 Lime Green

📋 copy color: '#3BE320'

red 59 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #3BE320

Tints of Lime Green #3BE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 71.38%

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

R = 18.55%
G = 71.38%
B = 10.06%

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

#3BE320 (or 0x3BE320) is known color: Lime Green. HEX triplet: 3B, E3 and 20. RGB value is (59,227,32). Sum of RGB (Red+Green+Blue) = 59+227+32=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE320 is #C41CDF. Grayscale: #9B9B9B. Windows color (decimal): -12852448 or 2155323. OLE color: 2155323.

HSL color Cylindrical-coordinate representation of color #3BE320: hue angle of 111.69º degrees, saturation: 0.78, 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 #3BE320 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 227 32 -
CMYK 0.74 0 0.86 0.11
HSL 111.69º 0.78% 0.51% -
HSV(B) 111.69º 0.86% 0.89% -
XYZ 29.53 55.97 10.61 -
YUV 154.54 58.84 59.86 -
System Red Green Blue C M Y K H S L
Decimal 59 227 32 0.74 0 0.86 0.11 111.69 0.78 0.51
Hex 3B E3 20 4A 0 56 B 70 4E 33
Octal 73 343 40 112 0 126 13 160 116 63
Binary 111011 11100011 100000 1001010 0 1010110 1011 1110000 1001110 110011

Color Harmonies of #3BE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE320

Black with #3BE320

Text Example


Text Example

White with #3BE320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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