Html Css Color HEX #3CE046 Lime Green

📋 copy color: '#3CE046'

red 60 ◦ green 224 ◦ blue 70

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

Shades of Lime Green #3CE046

Tints of Lime Green #3CE046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 16.95%
G = 63.28%
B = 19.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#3CE046 (or 0x3CE046) is known color: Lime Green. HEX triplet: 3C, E0 and 46. RGB value is (60,224,70). Sum of RGB (Red+Green+Blue) = 60+224+70=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE046 is #C31FB9. Grayscale: #9D9D9D. Windows color (decimal): -12787642 or 4644924. OLE color: 4644924.

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

Color convert

RGB 60 224 70 -
CMYK 0.73 0 0.69 0.12
HSL 123.66º 0.73% 0.56% -
HSV(B) 123.66º 0.73% 0.88% -
XYZ 29.62 54.71 14.79 -
YUV 157.41 78.67 58.52 -
System Red Green Blue C M Y K H S L
Decimal 60 224 70 0.73 0 0.69 0.12 123.66 0.73 0.56
Hex 3C E0 46 49 0 45 C 7C 49 38
Octal 74 340 106 111 0 105 14 174 111 70
Binary 111100 11100000 1000110 1001001 0 1000101 1100 1111100 1001001 111000

Color Harmonies of #3CE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE046

Black with #3CE046

Text Example


Text Example

White with #3CE046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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