Html Css Color HEX #3BDE32 Lime Green

📋 copy color: '#3BDE32'

red 59 ◦ green 222 ◦ blue 50

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

Shades of Lime Green #3BDE32

Tints of Lime Green #3BDE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 17.82%
G = 67.07%
B = 15.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#3BDE32 (or 0x3BDE32) is known color: Lime Green. HEX triplet: 3B, DE and 32. RGB value is (59,222,50). Sum of RGB (Red+Green+Blue) = 59+222+50=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 222 (87.11% from 255 or 67.07% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE32 is #C421CD. Grayscale: #9A9A9A. Windows color (decimal): -12853710 or 3333691. OLE color: 3333691.

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

Color convert

RGB 59 222 50 -
CMYK 0.73 0 0.77 0.13
HSL 116.86º 0.72% 0.53% -
HSV(B) 116.86º 0.77% 0.87% -
XYZ 28.5 53.4 11.82 -
YUV 153.66 69.5 60.49 -
System Red Green Blue C M Y K H S L
Decimal 59 222 50 0.73 0 0.77 0.13 116.86 0.72 0.53
Hex 3B DE 32 49 0 4D D 75 48 35
Octal 73 336 62 111 0 115 15 165 110 65
Binary 111011 11011110 110010 1001001 0 1001101 1101 1110101 1001000 110101

Color Harmonies of #3BDE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE32

Black with #3BDE32

Text Example


Text Example

White with #3BDE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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