Html Css Color HEX #3BE016 Lime Green

📋 copy color: '#3BE016'

red 59 ◦ green 224 ◦ blue 22

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

Shades of Lime Green #3BE016

Tints of Lime Green #3BE016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 19.34%
G = 73.44%
B = 7.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#3BE016 (or 0x3BE016) is known color: Lime Green. HEX triplet: 3B, E0 and 16. RGB value is (59,224,22). Sum of RGB (Red+Green+Blue) = 59+224+22=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE016 is #C41FE9. Grayscale: #989898. Windows color (decimal): -12853226 or 1499195. OLE color: 1499195.

HSL color Cylindrical-coordinate representation of color #3BE016: hue angle of 109.01º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BE016 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 224 22 -
CMYK 0.74 0 0.90 0.12
HSL 109.01º 0.82% 0.48% -
HSV(B) 109.01º 0.9% 0.88% -
XYZ 28.6 54.3 9.73 -
YUV 151.64 54.84 61.93 -
System Red Green Blue C M Y K H S L
Decimal 59 224 22 0.74 0 0.90 0.12 109.01 0.82 0.48
Hex 3B E0 16 4A 0 5A C 6D 52 30
Octal 73 340 26 112 0 132 14 155 122 60
Binary 111011 11100000 10110 1001010 0 1011010 1100 1101101 1010010 110000

Color Harmonies of #3BE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE016

Black with #3BE016

Text Example


Text Example

White with #3BE016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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