Html Css Color HEX #3CE056 Lime Green

📋 copy color: '#3CE056'

red 60 ◦ green 224 ◦ blue 86

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

Shades of Lime Green #3CE056

Tints of Lime Green #3CE056

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.54%

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 16.22%
G = 60.54%
B = 23.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#3CE056 (or 0x3CE056) is known color: Lime Green. HEX triplet: 3C, E0 and 56. RGB value is (60,224,86). Sum of RGB (Red+Green+Blue) = 60+224+86=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE056 is #C31FA9. Grayscale: #9F9F9F. Windows color (decimal): -12787626 or 5693500. OLE color: 5693500.

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

Color convert

RGB 60 224 86 -
CMYK 0.73 0 0.62 0.12
HSL 129.51º 0.73% 0.56% -
HSV(B) 129.51º 0.73% 0.88% -
XYZ 30.2 54.94 17.82 -
YUV 159.23 86.67 57.22 -
System Red Green Blue C M Y K H S L
Decimal 60 224 86 0.73 0 0.62 0.12 129.51 0.73 0.56
Hex 3C E0 56 49 0 3E C 82 49 38
Octal 74 340 126 111 0 76 14 202 111 70
Binary 111100 11100000 1010110 1001001 0 111110 1100 10000010 1001001 111000

Color Harmonies of #3CE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE056

Black with #3CE056

Text Example


Text Example

White with #3CE056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,224,86); }

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

background-color css

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

 a { background-color: rgb(60,224,86); }

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

border-color css

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

 span { border-color: rgb(60,224,86); }

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