Html Css Color HEX #3BDE4A Lime Green

📋 copy color: '#3BDE4A'

red 59 ◦ green 222 ◦ blue 74

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

Shades of Lime Green #3BDE4A

Tints of Lime Green #3BDE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 16.62%
G = 62.54%
B = 20.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#3BDE4A (or 0x3BDE4A) is known color: Lime Green. HEX triplet: 3B, DE and 4A. RGB value is (59,222,74). Sum of RGB (Red+Green+Blue) = 59+222+74=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE4A is #C421B5. Grayscale: #9C9C9C. Windows color (decimal): -12853686 or 4906555. OLE color: 4906555.

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

Color convert

RGB 59 222 74 -
CMYK 0.73 0 0.67 0.13
HSL 125.52º 0.71% 0.55% -
HSV(B) 125.52º 0.73% 0.87% -
XYZ 29.16 53.67 15.3 -
YUV 156.39 81.5 58.53 -
System Red Green Blue C M Y K H S L
Decimal 59 222 74 0.73 0 0.67 0.13 125.52 0.71 0.55
Hex 3B DE 4A 49 0 43 D 7E 47 37
Octal 73 336 112 111 0 103 15 176 107 67
Binary 111011 11011110 1001010 1001001 0 1000011 1101 1111110 1000111 110111

Color Harmonies of #3BDE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE4A

Black with #3BDE4A

Text Example


Text Example

White with #3BDE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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