Html Css Color HEX #3BDE15 Lime Green

📋 copy color: '#3BDE15'

red 59 ◦ green 222 ◦ blue 21

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

Shades of Lime Green #3BDE15

Tints of Lime Green #3BDE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.51%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 19.54%
G = 73.51%
B = 6.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#3BDE15 (or 0x3BDE15) is known color: Lime Green. HEX triplet: 3B, DE and 15. RGB value is (59,222,21). Sum of RGB (Red+Green+Blue) = 59+222+21=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDE15 is #C421EA. Grayscale: #969696. Windows color (decimal): -12853739 or 1433147. OLE color: 1433147.

HSL color Cylindrical-coordinate representation of color #3BDE15: hue angle of 108.66º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BDE15 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 222 21 -
CMYK 0.73 0 0.91 0.13
HSL 108.66º 0.83% 0.48% -
HSV(B) 108.66º 0.91% 0.87% -
XYZ 28.06 53.23 9.5 -
YUV 150.35 55 62.84 -
System Red Green Blue C M Y K H S L
Decimal 59 222 21 0.73 0 0.91 0.13 108.66 0.83 0.48
Hex 3B DE 15 49 0 5B D 6D 53 30
Octal 73 336 25 111 0 133 15 155 123 60
Binary 111011 11011110 10101 1001001 0 1011011 1101 1101101 1010011 110000

Color Harmonies of #3BDE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE15

Black with #3BDE15

Text Example


Text Example

White with #3BDE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,222,21); }

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

background-color css

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

 a { background-color: rgb(59,222,21); }

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

border-color css

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

 span { border-color: rgb(59,222,21); }

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