Html Css Color HEX #3BED40 Lime Green

📋 copy color: '#3BED40'

red 59 ◦ green 237 ◦ blue 64

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

Shades of Lime Green #3BED40

Tints of Lime Green #3BED40

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.83%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 16.39%
G = 65.83%
B = 17.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#3BED40 (or 0x3BED40) is known color: Lime Green. HEX triplet: 3B, ED and 40. RGB value is (59,237,64). Sum of RGB (Red+Green+Blue) = 59+237+64=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 237 (92.97% from 255 or 65.83% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 237 - color contains mainly: green. Hex color #3BED40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BED40 is #C412BF. Grayscale: #A4A4A4. Windows color (decimal): -12849856 or 4255035. OLE color: 4255035.

HSL color Cylindrical-coordinate representation of color #3BED40: hue angle of 121.69º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BED40 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 237 64 -
CMYK 0.75 0 0.73 0.07
HSL 121.69º 0.83% 0.58% -
HSV(B) 121.69º 0.75% 0.93% -
XYZ 33.01 61.87 15.05 -
YUV 164.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 59 237 64 0.75 0 0.73 0.07 121.69 0.83 0.58
Hex 3B ED 40 4B 0 49 7 7A 53 3A
Octal 73 355 100 113 0 111 7 172 123 72
Binary 111011 11101101 1000000 1001011 0 1001001 111 1111010 1010011 111010

Color Harmonies of #3BED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BED40

Black with #3BED40

Text Example


Text Example

White with #3BED40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,237,64); }

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

background-color css

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

 a { background-color: rgb(59,237,64); }

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

border-color css

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

 span { border-color: rgb(59,237,64); }

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