Html Css Color HEX #3BEA55 Lime Green

📋 copy color: '#3BEA55'

red 59 ◦ green 234 ◦ blue 85

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

Shades of Lime Green #3BEA55

Tints of Lime Green #3BEA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.9%

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 15.61%
G = 61.9%
B = 22.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#3BEA55 (or 0x3BEA55) is known color: Lime Green. HEX triplet: 3B, EA and 55. RGB value is (59,234,85). Sum of RGB (Red+Green+Blue) = 59+234+85=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 234 (91.80% from 255 or 61.90% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEA55 is #C415AA. Grayscale: #A5A5A5. Windows color (decimal): -12850603 or 5630523. OLE color: 5630523.

HSL color Cylindrical-coordinate representation of color #3BEA55: hue angle of 128.91º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEA55 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 234 85 -
CMYK 0.75 0 0.64 0.08
HSL 128.91º 0.81% 0.57% -
HSV(B) 128.91º 0.75% 0.92% -
XYZ 32.87 60.43 18.53 -
YUV 164.69 83.02 52.62 -
System Red Green Blue C M Y K H S L
Decimal 59 234 85 0.75 0 0.64 0.08 128.91 0.81 0.57
Hex 3B EA 55 4B 0 40 8 81 51 39
Octal 73 352 125 113 0 100 10 201 121 71
Binary 111011 11101010 1010101 1001011 0 1000000 1000 10000001 1010001 111001

Color Harmonies of #3BEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEA55

Black with #3BEA55

Text Example


Text Example

White with #3BEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,234,85); }

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

background-color css

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

 a { background-color: rgb(59,234,85); }

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

border-color css

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

 span { border-color: rgb(59,234,85); }

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