Html Css Color HEX #3CE053 Lime Green

📋 copy color: '#3CE053'

red 60 ◦ green 224 ◦ blue 83

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

Shades of Lime Green #3CE053

Tints of Lime Green #3CE053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.62%

R = 16.35%
G = 61.04%
B = 22.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#3CE053 (or 0x3CE053) is known color: Lime Green. HEX triplet: 3C, E0 and 53. RGB value is (60,224,83). Sum of RGB (Red+Green+Blue) = 60+224+83=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE053 is #C31FAC. Grayscale: #9F9F9F. Windows color (decimal): -12787629 or 5496892. OLE color: 5496892.

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

Color convert

RGB 60 224 83 -
CMYK 0.73 0 0.63 0.12
HSL 128.41º 0.73% 0.56% -
HSV(B) 128.41º 0.73% 0.88% -
XYZ 30.08 54.9 17.19 -
YUV 158.89 85.17 57.46 -
System Red Green Blue C M Y K H S L
Decimal 60 224 83 0.73 0 0.63 0.12 128.41 0.73 0.56
Hex 3C E0 53 49 0 3F C 80 49 38
Octal 74 340 123 111 0 77 14 200 111 70
Binary 111100 11100000 1010011 1001001 0 111111 1100 10000000 1001001 111000

Color Harmonies of #3CE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE053

Black with #3CE053

Text Example


Text Example

White with #3CE053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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