Html Css Color HEX #3BDE42 Lime Green

📋 copy color: '#3BDE42'

red 59 ◦ green 222 ◦ blue 66

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

Shades of Lime Green #3BDE42

Tints of Lime Green #3BDE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 17%
G = 63.98%
B = 19.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#3BDE42 (or 0x3BDE42) is known color: Lime Green. HEX triplet: 3B, DE and 42. RGB value is (59,222,66). Sum of RGB (Red+Green+Blue) = 59+222+66=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE42 is #C421BD. Grayscale: #9B9B9B. Windows color (decimal): -12853694 or 4382267. OLE color: 4382267.

HSL color Cylindrical-coordinate representation of color #3BDE42: hue angle of 122.58º 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 #3BDE42 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 222 66 -
CMYK 0.73 0 0.70 0.13
HSL 122.58º 0.71% 0.55% -
HSV(B) 122.58º 0.73% 0.87% -
XYZ 28.91 53.57 13.97 -
YUV 155.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 59 222 66 0.73 0 0.70 0.13 122.58 0.71 0.55
Hex 3B DE 42 49 0 46 D 7B 47 37
Octal 73 336 102 111 0 106 15 173 107 67
Binary 111011 11011110 1000010 1001001 0 1000110 1101 1111011 1000111 110111

Color Harmonies of #3BDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE42

Black with #3BDE42

Text Example


Text Example

White with #3BDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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