Html Css Color HEX #3CE151 Lime Green

📋 copy color: '#3CE151'

red 60 ◦ green 225 ◦ blue 81

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

Shades of Lime Green #3CE151

Tints of Lime Green #3CE151

RGB

 RED value IS 60 (23.83% from 255) = 16.39%

 GREEN value IS 225 (88.28% from 255) = 61.48%

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 16.39%
G = 61.48%
B = 22.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#3CE151 (or 0x3CE151) is known color: Lime Green. HEX triplet: 3C, E1 and 51. RGB value is (60,225,81). Sum of RGB (Red+Green+Blue) = 60+225+81=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE151 is #C31EAE. Grayscale: #9F9F9F. Windows color (decimal): -12787375 or 5366076. OLE color: 5366076.

HSL color Cylindrical-coordinate representation of color #3CE151: hue angle of 127.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE151 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 81 -
CMYK 0.73 0 0.64 0.12
HSL 127.64º 0.73% 0.56% -
HSV(B) 127.64º 0.73% 0.88% -
XYZ 30.27 55.41 16.88 -
YUV 159.25 83.84 57.21 -
System Red Green Blue C M Y K H S L
Decimal 60 225 81 0.73 0 0.64 0.12 127.64 0.73 0.56
Hex 3C E1 51 49 0 40 C 80 49 38
Octal 74 341 121 111 0 100 14 200 111 70
Binary 111100 11100001 1010001 1001001 0 1000000 1100 10000000 1001001 111000

Color Harmonies of #3CE151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE151

Black with #3CE151

Text Example


Text Example

White with #3CE151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,225,81); }

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

background-color css

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

 a { background-color: rgb(60,225,81); }

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

border-color css

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

 span { border-color: rgb(60,225,81); }

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