Html Css Color HEX #3BDE3D Lime Green

📋 copy color: '#3BDE3D'

red 59 ◦ green 222 ◦ blue 61

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

Shades of Lime Green #3BDE3D

Tints of Lime Green #3BDE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 17.25%
G = 64.91%
B = 17.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#3BDE3D (or 0x3BDE3D) is known color: Lime Green. HEX triplet: 3B, DE and 3D. RGB value is (59,222,61). Sum of RGB (Red+Green+Blue) = 59+222+61=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE3D is #C421C2. Grayscale: #9B9B9B. Windows color (decimal): -12853699 or 4054587. OLE color: 4054587.

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

Color convert

RGB 59 222 61 -
CMYK 0.73 0 0.73 0.13
HSL 120.74º 0.71% 0.55% -
HSV(B) 120.74º 0.73% 0.87% -
XYZ 28.77 53.51 13.23 -
YUV 154.91 75 59.59 -
System Red Green Blue C M Y K H S L
Decimal 59 222 61 0.73 0 0.73 0.13 120.74 0.71 0.55
Hex 3B DE 3D 49 0 49 D 79 47 37
Octal 73 336 75 111 0 111 15 171 107 67
Binary 111011 11011110 111101 1001001 0 1001001 1101 1111001 1000111 110111

Color Harmonies of #3BDE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE3D

Black with #3BDE3D

Text Example


Text Example

White with #3BDE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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