Html Css Color HEX #3BDE52 Lime Green

📋 copy color: '#3BDE52'

red 59 ◦ green 222 ◦ blue 82

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

Shades of Lime Green #3BDE52

Tints of Lime Green #3BDE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 16.25%
G = 61.16%
B = 22.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#3BDE52 (or 0x3BDE52) is known color: Lime Green. HEX triplet: 3B, DE and 52. RGB value is (59,222,82). Sum of RGB (Red+Green+Blue) = 59+222+82=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDE52 is #C421AD. Grayscale: #9D9D9D. Windows color (decimal): -12853678 or 5430843. OLE color: 5430843.

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

Color convert

RGB 59 222 82 -
CMYK 0.73 0 0.63 0.13
HSL 128.47º 0.71% 0.55% -
HSV(B) 128.47º 0.73% 0.87% -
XYZ 29.45 53.78 16.81 -
YUV 157.3 85.5 57.88 -
System Red Green Blue C M Y K H S L
Decimal 59 222 82 0.73 0 0.63 0.13 128.47 0.71 0.55
Hex 3B DE 52 49 0 3F D 80 47 37
Octal 73 336 122 111 0 77 15 200 107 67
Binary 111011 11011110 1010010 1001001 0 111111 1101 10000000 1000111 110111

Color Harmonies of #3BDE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE52

Black with #3BDE52

Text Example


Text Example

White with #3BDE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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